Hello,
I can’t seem to control the range of the y axis of a pad with a THStack drawn on it.
I’ve tried stack->GetYaxis()->SetRangeUser(), stack->GetHistogram()->GetYaxis()->SetRangeUser(),
stack->GetYaxis()->SetLimits(), stack->GetHistogram()->GetYaxis()->SetLimits().
Nor can I “SetRangeUser” from the TAxis::yaxis menu.
However SetRangeUser() works fine on the x axis, both in code and from the menu.
Is it not possible to do this? I’m using 5.26.
Thanks,
-PD