-0 as a tick label?

Hi,

When plotting histogram with the code below I get the 0 label on the y-axis with the minus sign. How can I get rid of it?

TH2S * s = new TH2D("s","",10,0,100,10,-9e-4,5e-4);
s->Draw();

Cheers,
Javi


Olivier will improve this case once he will be back from holidays.
Thanks for reporting.

Rene

That’s now fixed in the CVS head. Thanks to have reported it.