Is there a macro or other simple means to convert from data space to plot size ratios?
I'd like to use TextNoteEx() with the X value expressed in data space coordinates but the Y value expressed in the default ratios of plot size.
Conversion from data space to plot size ratio?
Moderator: DPlotAdmin
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:
For a linear Y scale you could use an equation:
1-(<your Y value>-$YMIN)/($YMAX-$YMIN)
1-(<your Y value>-$YMIN)/($YMAX-$YMIN)
Visualize Your Data
support@dplot.com
support@dplot.com