Adjusting the increments/labels on Y axis of THStack

Hi All,

Is there anyway to change the y axis labelling (for example from 0.2 steps to 0.5 steps) for THStacks?

Cheers,
Jason

Have you tried to change the number of divisions on the Y axis ?

hs->GetYaxis()->SetNdivisions(520);