how does TH2 set its Axis ranges ? If I try to set the ranges by hand
using
My2DHist->GetXaxis()->SetRange(2,20)
My2DHist->GetYaxis()->SetRange(2,20)
and then Draw the Histogram
MyHist->Draw()
the ranges a reset to some default values ?
Any Solutions ?
Norbert