How do add different background colors to this drawing in JMP?
Use the data from Big Class.jmp to draw pictures according to the following JSL,
The X-axis is grouped by age and compared according to the number of occurrences of each age and the average of the total number of ages
If the number of occurrences of this age is greater than the average, the background color of this age column is red;Otherwise it is green.dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
d2
...