Scale axis fit group
Hello JMP Community, I am trying to write a jsl code that can scale the axis with button box.I want to scale axis for all three oneway plots in the fit group. The below code works only for the first one way chart. Any suggestions?
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
New Window( "",
H List Box(
Button Box( "Scale axis ",
Try( fsl = fg << report );
(fsl)[AxisBox( 1 )]
...