Some Limit Lines on One Graph
Hello.
Thank you for JMP.
I know how to output a Spec limit Line in one graph when the column property is set to Spec limit.However, when two plots are plotted on one graph as shown below, the Spec limit Line is not displayed.
How to display some Spec limit Lines on one graph like Image?
Open( "$SAMPLE_DATA/Cars.jmp" );
Graph Builder(
Variables(
X( :Make ),
Y( :Head IC ),
...
albiruni81
vince_faller