Calling Built-in JMP menu Functions Within Script
Hi Everyone, Inexperienced JSL scripter here. Apologies if this is a trivial question, but I was wondering if there was a way to insert into a variable the scatterplot 3D command for a particular rotation angle (predetermined by the user's rotation of the 3D graph generated by doing scatterplot 3D manually) from within a JSL script. For example,sp = Scatterplot 3D(
Y( :age, :height, :weight ),
F...
DMR