A Simple JMP Script question: How to rotate word which is outside of graph
Hi All, I'd like to rotate a word "where( :age==14)" which is outside of graph in a popup window. Here is the script. Could you tell me how to make a script? Thanks in advance. : ) dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
nw = dt << Graph Builder(
Size( 563, 452 ),
Show Control Panel( 0 ),
Variables( X( :weight ), Y( :height ) ),
where( :age == 14 ), // <- I want to rotate this text i...
DMR
albiruni81