David,
Can I do this with the "$XMAX"?:
FunctionOfXY1Y2("sum(Y4)",0,$XMAX,0.5)
The $XMAX seems to be ignored, as well as the "0", but the command runs, but from the full extents of the data.
I have a feeling I can't use the text placeholders here...
FunctionOfXY1Y2 Syntax
Moderator: DPlotAdmin
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:
There's a bug here but I haven't isolated it yet. It has something to do with the fairly recent edition of allowing you to specify that the output should use the X values from a specified curve rather than specified start/stop/interval values.
No, no, no, wait... I'm wrong. There's no bug. Of course there isn't
You need to preface the FunctionOfXY1Y2 command with
FXY1Y2_XFrom(0,0)
... and your $XMAX should actually be =$XMAX (note the leading equals sign).
I definitely need to add more verbiage to the FunctionOfXY1Y2 command Help, so... thanks, as usual.
No, no, no, wait... I'm wrong. There's no bug. Of course there isn't

You need to preface the FunctionOfXY1Y2 command with
FXY1Y2_XFrom(0,0)
... and your $XMAX should actually be =$XMAX (note the leading equals sign).
I definitely need to add more verbiage to the FunctionOfXY1Y2 command Help, so... thanks, as usual.
Visualize Your Data
support@dplot.com
support@dplot.com
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:
Thanks. I need to add "+-" to the preprocessing and replace with, of course, "-".
Visualize Your Data
support@dplot.com
support@dplot.com