Accessing Frame of the TH1

Hey!

I’m trying to find out how to access the Frame of the TH1 object, drawn on a canvas, any ideas?

Jacob

histogram->Draw();
gPad->Modified(); gPad->Update();
TFrame *frame = gPad->GetFrame();

Thanks =D