rotate tick labels / invert Y axis?

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

Moderator: DPlotAdmin

Post Reply
zmorris
Posts: 3
Joined: Fri Mar 05, 2004 1:09 pm

rotate tick labels / invert Y axis?

Post by zmorris »

Is there a way to rotate the tick labels 90 degrees (through DPLOTLIB)?

Or, if this is not possible, how would one invert the Y axis (n to 0 instead of 0 to n) using the DPlot commands?

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

Post by DPlotAdmin »

Is there a way to rotate the tick labels 90 degrees (through DPLOTLIB)?


So that numbers on the Y axis have their baseline parallel to the Y axis? Sorry, no.
Or, if this is not possible, how would one invert the Y axis (n to 0 instead of 0 to n) using the DPlot commands?


If you know the value of n, you can use [ManualScale(xlo,n,xhi,0)], substituting the actual low and high values of X for xlo and xhi (and the value of n for "n").
Visualize Your Data
support@dplot.com
Post Reply