How to set Axis Labels for Graph box in JMP application?
Hi all,
I am using JMP application for plotting a test result. I am using the below script lines to set values to the graph,
Results1 << Set Title ("WFM");
Result Graph << Set X Axis ({Min(0), Max(Res_x_max), Format("Best", 9)});
Result Graph << Set Y Axis ({Min(Res_y_max), Max(Res_y_min), Format("Best", 9)});
Result Graph << Set Graphics Script (Marker (Res_x,Res_y));
My problem is I want to ...
ellen_cain
dale_lehman