JMP Script: Save all the graph created from the column switcher by the user in the journal
Hi all,
I would like to know if it is possible to create a PDF from the graphics that are created by the user?for example here is my code:graph1 = dt <<
Control Chart Builder(
Size( 600, 500 ),
Show Two Shewhart Charts( 0 ),
Show Control Panel( 0 ),
Sort by Row Order( 1 ),
Show Excluded Region( 0 ),
Variables( Y( :"Y1") ,Subgroup( :batch ), Subgroup(:Date) ),
G
...