Control exponent on axis

Hello,

yet another question about controlling exponents:
Root forces the exponent on an axis to be a multiple of 3. So one only gets 10^-3, 10^3, 10^6, 10^9, …
Is there a way to bypass this behaviour? I often have plots which could be read much easier, if the exponent on the axis were eg. 10^10 and I don’t want to use a logscale.

Regards

Lars

Right now the only control on the x10 exponent is via TGaxis::SetMaxDigits(…);

Thank you, this I already know and use.
Is there maybe someting planed like TGAxis::SetExponentSteps(Int_t steps = 3) ?

Yes we should think of something. MinDigits might be also a solution.