SetRangeUser call using normalized clone of histogram

Hi,

I am trying to draw a histogram that has been normalized to unity with a specific y-axis range. I do this by

hPxAll->DrawNormalized() ;
hPxAll->GetYaxis()->SetRangeUser(0.,0.095);
cPx.Update();

However, the y-axis doesn’t seem to change from the root default setting. Any ideas?

[url]SetAxisRange(0.0,1.0,"Y"); is ineffective
[url]SetRangeUser doesn't work well
[url]SetRangeUser and SetTitle working with THStacks and TH1F obj