17 ROOT.gStyle.SetOptStat(0)
18 c1 = ROOT.TCanvas(
"c1",
"fit residual simple")
21 h1 = ROOT.TH1D(
"h1",
"h1", 50, -5, 5)
22 h1.FillRandom(
"gaus", 2000)
25 h1.GetXaxis().SetTitle(
"x")
26 h1.GetYaxis().SetTitle(
"y")
28 rp1 = ROOT.TRatioPlot(h1)
30 rp1.GetLowerRefGraph().SetMinimum(-2)
31 rp1.GetLowerRefGraph().SetMaximum(2)