label points - multiple plots
Is it possible to show labels just in one subplot, e.g. the right one, but not the left one?
... and just for a single points plot per Framebox? Something like No Labels - forced! to deactivate the labels for plots where don't need them. Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
gb = dt << Graph Builder(
Variables( X( :sex ), X( :height ), Y( :weight ), Overlay( :sex
...