How do I add a spline line to an existing scatterplot within a script.
My script uses guiCreate() to correctly make my "LinePlot" on the
graphsheet.
I then need to add a spline curve of the same data.
There's a parameter to guiCreate of Line Plot called "SmoothingType"
which accepts "Spline" sounds like what I want but the line doesn't
appear on my graph.
Is there another argument that turns on the Smoothing Type?
I also tried creating a Spline with guiPlot() but was unable to get that
to show up on my existing and named graphsheet.
Any help would be appreciated. Examples are probably best.
Thom
|