Two Big Class.jmp drawings, how to use JSL to cut part of one of them, overlay on the other image?
Let's draw the first picturedt = Open( "$SAMPLE_DATA/Big Class.jmp" );
p1 = dt << Graph Builder(
Size( 497, 379 ),
Show Control Panel( 0 ),
Show Legend( 0 ),
Variables( X( :weight ), Y( :height ), Color( :sex ) ),
Elements(
Bar( X, Y, Legend( 5 ), Bar Style( "Needle" ), Response Axis( "X" ), Summary Statistic( "Sum" ) )
),
SendToReport(
Dispatch(
{},
"weight",
ScaleBox,
{Lab
...