Dear all,
I would like to create a plot with logarithmic axes and grid lines whose dots reflect the units.
For example, consider the following plot, generated by
sysuse auto
tw scatter price mpg, yscale(log) xscale(log) xlabel(10 100, grid) ylabel(1000 10000)

I would like the dots of the grid lines reflect the units, i.e. their distance to each other should vary according to the logarithmic axes. I would like to set the number of dots to 9 per interval (in this example this might look odd, but in my actual plot I will have more powers of 10 per axis).
Is this possible? Any help would be greatly appreciated.
I would like to create a plot with logarithmic axes and grid lines whose dots reflect the units.
For example, consider the following plot, generated by
sysuse auto
tw scatter price mpg, yscale(log) xscale(log) xlabel(10 100, grid) ylabel(1000 10000)
I would like the dots of the grid lines reflect the units, i.e. their distance to each other should vary according to the logarithmic axes. I would like to set the number of dots to 9 per interval (in this example this might look odd, but in my actual plot I will have more powers of 10 per axis).
Is this possible? Any help would be greatly appreciated.
Comment