jsl code to change the "view" for a graph builder plot with X grouping?
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,
...