Page 1 of 1
how to work with macros
Posted: Sun Aug 02, 2009 11:31 am
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.
Posted: Sun Aug 02, 2009 1:33 pm
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.