When plotting a DataFrame by means of DataFrame.plot() and setting logx=True, the major ticks of the x-axis are spaced by a factor of 100). I would like to have them spaced by a factor of 10, i.e. 10^-1, 10^0, 10^1 etc. Is there a simple way to do it?
