how to save graphs when using PAGE in graph builder JSL ?
If I have used the "PAGE" function in graph builder and now I have multiple graphs on the same page, how do I get the graph builder graphs one by one in a loop to save it as png? This is an example code from @Craige dt = Open( "$sample_data/big class.jmp" );
ages = Data Table( "big class" ) << Summary( Group( :age ), Freq( "None" ), Weight( "None" ) );
sexes = Data Table( "big class" ) << Summary( ...