logx, logy with independant Y axis

Beta releases, announcements and anything else that doesn't fit below. Please read the <B>Welcome</B> topic.

Moderator: DPlotAdmin

Post Reply
gmiddleton
Posts: 1
Joined: Wed Mar 05, 2008 12:30 pm

logx, logy with independant Y axis

Post by gmiddleton »

I would like to plot two curves with independant Y axis where the first curve is LogY/LogX and the second curve is LinearY/LogX. I can't make it happen. When I select LogY/LogX I get LinearY/LinearX. (I am using DPlotJr from VB.NET)
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

I would like to plot two curves with independant Y axis where the first curve is LogY/LogX and the second curve is LinearY/LogX. I can't make it happen.
Can't be done - at least not without some trickery. You could plot log(y) instead of y, then use Text>X,Y Labels to substitute 10^Y for the labels on the right side of the plot. I'm not suggesting this as a solution as it is a bit involved. But if you're in a hurry to produce a plot like that then this will work (at least for whole powers of 10. There's no good way to draw the intermediate lines that you'd get on a log scale.)
Visualize Your Data
support@dplot.com
Post Reply