Bar Graphs in Graph Builder - new in JMP19 ...
In Graph Builder, users do not need to drag a value onto the y-axis in order to create a bar graph.
Without specifying a Y value, JMP will count -- or calculate an aggregate value.
Which one? For some of the settings, this depends on the version of JMP being used.
comparison JMP18 vs. JMP19:
Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class Families.jmp" );
Graph Builder(
Variab
...