Page 1 of 1

skip drawing line every other point

Posted: Sat Oct 29, 2011 11:39 am
by chljl
I want to draw a line from multiple points, but not link every point, instead, link points (1,2), (3,4), (5,6)... and skip draw line between points (2,3), (4,5)... How can I do that?

Thanks,

Posted: Sat Oct 29, 2011 4:19 pm
by DPlotAdmin
There is no easy way to do that. The best way, assuming you have 10's of points rather than 100's or 1000's, is to insert data points using the Edit Mode tool with Y amplitudes far outside the limits of your data. Then use Options>Amplitude Limits.

Posted: Tue Nov 01, 2011 5:00 pm
by chljl
Thanks a lot. That is a clever way. However, if this function can be added in without inserting additional points that will be more convenient.