Generate to produce point by point instead of dX

Beta releases, announcements and anything else that doesn't fit below. Please read the <B>Welcome</B> topic.

Moderator: DPlotAdmin

Post Reply
hraftery
Posts: 7
Joined: Mon Feb 14, 2011 6:17 pm

Generate to produce point by point instead of dX

Post by hraftery »

I note that performing a Generate "Y = f(X, Y1, Y2, ...)" based on another curve, produces a new curve not with a new point for every X in the existing curve, but with a new point for every X with interval dX. If the original curve had X values that were not equally spaced, the new curve will have a different number of points. In certain cases, such as performing further processing, this is far from ideal. For example, if your source data is CSV with shared X values, performing a generate suddenly produces a more complicated XYXY data set where the X values are not shared.

Is it possible to produce a new curve that only has points that correspond to the points in the original curves?
jsc
Posts: 222
Joined: Fri Dec 02, 2005 8:56 am

Post by jsc »

In the dialog box for "y=f(x, y1, y2,...)", there is a box to check, "Use X values from curve" and then a selector for the curve number that you want to match points with.

That's a relatively new capability within the last year I think. The current paid version 2.3.0.7 has that capability. Maybe it doesn't exist in the trial version?
hraftery
Posts: 7
Joined: Mon Feb 14, 2011 6:17 pm

Post by hraftery »

Ah huh! Thanks jsc, I have 2.2.8.3 and the option doesn't exist. A simple matter of upgrading!
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

Thanks, Jon. Your next suggestion automatically goes to the top of the list :-)
Visualize Your Data
support@dplot.com
jsc
Posts: 222
Joined: Fri Dec 02, 2005 8:56 am

Post by jsc »

Glad I could help!
Post Reply