Having 4 curves, i want to associate 1 curve with the second x Axis, and 2 curves with the second y Axis.
I tried to use
[SelectCurve(2)] [MultipleYAxes(2,2,0)]
[SelectCurve(1)] [MultipleYAxes(2,2,0)]
nothing happen, probably i misunderstood something
________
Last edited by simply on Mon Sep 12, 2011 1:57 pm, edited 2 times in total.
I'm confused. Since you included the [brackets] I assume you're talking about sending commands to DPlot via DPLOTLIB.DLL, rather than running a macro. But the "missing open parenthesis" error is only produced by the macro facility and occurs nowhere in DPLOTLIB.DLL or DPLOT.EXE.
What exactly are you doing and what exactly is the error message?
I'm getting the same thing on a 2 curve plot where I asked DPlot to put the 2nd curve on an independent Y axis.
[SelectCurve(2)][MultipleYAxes(2,2,0)]
That's the only line in the macro. Error message is the "missing open parenthesis". Tried lots of variations, but none worked (different error messages depending on what I tried).
If you use a bad syntax (putting 2 command in the same line for example), and after that use the correct one, nothing happen, you have to close the file or the macro, and then open it. after that it works
Thanks
________
Last edited by simply on Mon Sep 12, 2011 1:57 pm, edited 2 times in total.