Point Labels - $Y2

Have a suggestion for improving DPlot or a question about existing features? Let us know

Moderator: DPlotAdmin

Post Reply
jsc
Posts: 222
Joined: Fri Dec 02, 2005 8:56 am

Point Labels - $Y2

Post by jsc »

I tried to use, "$X, $Y, $Y2" in the point label box just to see if it would work. I had a Y2 axis assigned with a C + D*Y1 setup.

I actually got a result without a crash, but it doesn't make any sense.

Also tried the formula, $=($Y*15.4324). Again, not a correct result.

Looks like it might be picking up the first point in the series.

Only 1 curve with 5 points. Thought it might be nice to show the conversion at each of the five points.

Just pushing the envelope...

Jon
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

Unfortunately you can only use $Y once in a label, otherwise your second form would work.

This will work: "$X, $=($Y*15.4324)", but I understand that's not what you want. I'll look into it. Off the top of my head I can't think of a good reason for this limitation.
Visualize Your Data
support@dplot.com
jsc
Posts: 222
Joined: Fri Dec 02, 2005 8:56 am

Post by jsc »

David,

Yes, I tried the "$X, $=($Y*15.4324)" and found that would work, but what I was really looking for was something like "$X, $Y, $=($Y*15.4324)". That's why I was hoping "$X, $Y, $Y2" would work. I did notice that the second $Y didn't seem to work correctly.

Is it only point labels where only one $X and one $Y work?
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

Is it only point labels where only one $X and one $Y work?
It is the only place those work at all, without the qualifying (curve index,point index).
Visualize Your Data
support@dplot.com
Post Reply