how to work with macros

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

Moderator: DPlotAdmin

Post Reply
paul.wallman
Posts: 1
Joined: Sun Aug 02, 2009 11:20 am

how to work with macros

Post by paul.wallman »

Where can I get guidance on how to work with maros. I was trying to subtract one curve from another and could not get the subtractCurves(Curve1,Curve2) macro to run.
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

What happens when you try?

If you're actually typing "Curve1,Curve2"... don't do that. Just use the curve indices. For example SubtractCurves(1,2) should produce a new curve that is the result of subtracting the Y values of the second curve from the Y values of the first curve.
Visualize Your Data
support@dplot.com
Post Reply