How to move exponent pozition of palette

Hello,
when I draw a 2d histogram with option “colz”. The label of palette sometimes has a overlap with the exponent 10^n.
Is there any method to move the exponent pozition? Seems “SetExponentOffset()” not useful for palette.

_ROOT Version:6.28/06

It is true that SetExponentOffset acts only on the x and Y axis (as said in the documentation). For your case I case see only three possibilities. 1) reduce de size the labels, 2) change the maximum of the histogram in order to shift the last label lower. 3) use changelabel to modify the last label.

thank you. It looks like it has to be this way

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.