Can anyone help me identify what am I doing wrong here
Graph Builder(
Size(984, 563),
Show Control Panel(1),
Variables(X(:X), Y(As Column(Y))),
Elements(Line(X, Y, Legend(3), Connection("Curve")), Points(X, Y, Legend(4)))
)
My line turns to a smoother , I want it to touch all the points with a curve connection . I created the chart from console of JMP and it worked fine , I even copied the JSL from the session script but turns out whenever I run it through JSL it gives me a smoother .
I have one more question - The smoother gets drawn on continuous Numeric column . I though maybe changing it to nominal might have some impact and it did not get created at all(no line nor the smoother) . Does line not work on nominal type Numeric column ?