16 TH2F *h1 =
new TH2F(
"h1",
"test1",10,0,1,20,0,20);
17 TH2F *h2 =
new TH2F(
"h2",
"test2",10,0,1,20,0,100);
18 TH2F *h3 =
new TH2F(
"h3",
"test3",10,0,1,20,-1,1);
19 TH2F *h4 =
new TH2F(
"h4",
"test4",10,0,1,20,0,1000);
R__EXTERN TStyle * gStyle
TVirtualPad * cd(Int_t subpadnumber=0)
Set current canvas & pad.
virtual void SetLabelOffset(Float_t offset=0.005)
Set distance between the axis and the labels The distance is expressed in per cent of the pad width...
virtual void Draw(Option_t *option="")
Draw this histogram with options.
2-D histogram with a float per channel (see TH1 documentation)}
virtual void Divide(Int_t nx=1, Int_t ny=1, Float_t xmargin=0.01, Float_t ymargin=0.01, Int_t color=0)
Automatic pad generation by division.
void SetOptStat(Int_t stat=1)
The type of information printed in the histogram statistics box can be selected via the parameter mod...