How can i reference line change? no numeric
Hi I want to put the Std mean of the two data into the reference line as shown in the graph below.The JMP script below has I arbitrarily written the Std mean, 13.2 (22.2+4.2)/2 = 13.2Actually the data I use is more than two. (Below image is just example)How can i script change?dt = Open( "$SAMPLE_DATA/Big Class.jmp" ) ;
Graph Builder(
Size( 1056, 825 ),
Variables( Y( :height ), Y( :weight ) ),
...