SetRangeUser has no effect

Hi,

I am trying to modify the range of a plotted histogram, but it seems to have no effect. I try something like this:

hist.Draw()
hist.GetXaxis().SetRangeUser(0,100)

Why does this not work? I tried

c1.Update()
and
c1.Modified()

but neither seem to change anything. I am sure the solution is simple, I can not find it, however

Thanks,
Maiken

[url]SetAxisRange(0.0,1.0,"Y"); is ineffective
[url]Drawing a TGraphAsymmErrors

Thank you,

Cheers
Maiken