I am using sgplot (and gplot) to plot a normal, non-transformed variable on the y-axis against a NATURAL LOG transformed variable on the x-axis. I want to plot the x-axis in the natural log scale with axis labels of 0.0001, 0.001, 0.01, etc.
I used the following sgplot code:
proc sgplot...