Graph Builder JSL commands on Elements
Hello,I can't find the syntax of editing (add element/remove element/add labels to element) graph builder elements after the graph is ready. Open( "$SAMPLE_DATA/Big Class.jmp" );
gb = Graph Builder(
Size( 465, 278 ),
Show Control Panel( 0 ),
Fit to Window( "Off" ),
Variables( X( :age ), Y( :height ), Y( :weight ) ),
Elements( Position( 1, 1 ), Line( X, Y, Legend( 1 ) ) ),
Elements( Position(...
michael_a_mille