skip drawing line every other point

Beta releases, announcements and anything else that doesn't fit below. Please read the <B>Welcome</B> topic.
Post Reply
chljl
Posts: 23
Joined: Tue Nov 29, 2005 4:20 pm

skip drawing line every other point

Post 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,
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post 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.
Visualize Your Data
support@dplot.com
chljl
Posts: 23
Joined: Tue Nov 29, 2005 4:20 pm

Post 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.
Post Reply