JSL Retrieve Selected Frame Box
Hi,I am trying to create a JMP script that will add a graphics script to a pre-existing platform, based on some user selection. How can I retrieve the reference to a user-selected frame box? Is there a better way to do this? I am using JMP10.Thanks!Names Default To Here( 1 );// Example.bigClass = Open( "$SAMPLE_DATA/Big Class.jmp" );biv = bigClass << Bivariate( Y( :weight ), X( :height ) );// U...
