Sometimes I would like to see tick marks on the log axis getting denser toward the top of the chart, like in this picture I selected from a google image search:
http://www.umd.umich.edu/casl/natsci/sl ... age178.gif
If I understand LogAxis correctly, its 'tick unit' parameter is the change in exponent, which causes the tick marks to be evenly spaced.
But sometimes I want to specify an interval of "10" between the resulting tick values, and see 10,20,...,100 on the y-axis with the higher values squished closer together. This makes it immediately obvious that you are looking at a log axis.
Without the squishing, a viewer has to mentally compare the difference between tick marks at the bottom and the top of the chart, and decide that since the numeric intervals are getting bigger, it must be logarithmic.
Is there a way to make LogAxis space its tick marks like this?