Hi,
the "group X" option generates 2 plots, one for "F" and one for "M".
The option "First View Level" can be used to specify which "view" to start with , here: "M" (2nd view).
is there a JSL code to prgrammatically change the "view", something like
gr << Set X View Level (1)
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
gr = dt << Graph Builder(
Variables( X( :height ), Y( :weight ), Group X( :sex, N View Levels( 1 ),First View Level( 2 ) ) ),
Elements( Points( X, Y, Legend( 20 ) ), Smoother( X, Y, Legend( 21 ) ) )
);
The idea:
- selection of a data point is (in another graph) triggers the plot to show the respective subgroup
- the user still has the possibility to go to another subgroup
- in the giu, "X group" is much small than a local data filter