Re: [ROOT] resizing histogram frame

From: Otto Schaile (Otto.Schaile@Physik.uni-muenchen.de)
Date: Mon Apr 14 2003 - 11:03:05 MEST


Hi Colin,
I guess you would like to set wider margins to get more
space for labels / titles:

root [0] TFile f("hsimple.root");
root [1] TCanvas c1("c1", "c1")
root [2]    c1->SetBottomMargin(0.2);
root [3]    c1->SetLeftMargin(0.2);
root [4] hpx->Draw()

Cheers
Otto

-- 
Otto Schaile            Sektion Physik, LMU Muenchen
Phone: +49 89 289 14070     Am Coulombwall 1, D-85748 Garching, Germany
GSM:   +49 160 1553598
FAX:   +49 89 289 14072     EMail: Otto.Schaile@Physik.Uni-Muenchen.DE



This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:10 MET