Suppress one zero TH2

Hi,

Say I have a TH2F where both X,Y axes begin with zero. When I draw this now, both zero’s will appear on the label at the bottom left. This is kinda ugly as they appear in a diagonal sort of way… Is there a way for me to either
a)suppress one zero
or
b)display (0,0) at the bottom left corner?

  • Sujeewa

It would be so much simpler if you could send a 2 lines script showing the problem. You can always change the label offset with eg

myhist.GetYaxis()->SetLabelOffset(0.04);
Rene