ROOT
6.07/01
Reference Guide
|
Variables | |
tuple | c1 = TCanvas( 'c1', 'Histogram Drawing Options', 200, 10, 700, 900 ) |
tuple | pad1 = TPad( 'pad1', 'The pad with the function', 0.03, 0.62, 0.50, 0.92, 21 ) |
tuple | pad2 = TPad( 'pad2', 'The pad with the histogram', 0.51, 0.62, 0.98, 0.92, 21 ) |
tuple | pad3 = TPad( 'pad3', 'The pad with the histogram', 0.03, 0.02, 0.97, 0.57, 21 ) |
tuple | example = TFile( 'py-hsimple.root' ) |
tuple | title |
tuple | hpx = gROOT.FindObject( 'hpx' ) |
tuple | label1 = TPaveLabel( -3.5, 700, -1, 800, 'Default option' ) |
tuple | label2 = TPaveLabel( -0.72, 0.74, -0.22, 0.88, 'option Lego1' ) |
tuple | label2a = TPaveLabel( -0.93, -1.08, 0.25, -0.92, 'Click on lego to rotate' ) |
tuple | label3 = TPaveLabel( 2, 600, 3.5, 650, 'option e1p' ) |
tuple | pave = TPaveText( -3.78, 500, -1.2, 750 ) |
tuple | t1 = pave.AddText( 'You can move' ) |
tuple h1draw.c1 = TCanvas( 'c1', 'Histogram Drawing Options', 200, 10, 700, 900 ) |
Definition at line 22 of file h1draw.py.
Referenced by makeSimpleExample().
tuple h1draw.label1 = TPaveLabel( -3.5, 700, -1, 800, 'Default option' ) |
Definition at line 38 of file h1draw.py.
Referenced by TH1.CheckBinLabels(), ClassImp(), TFitEditor.CreateFunctionGroup(), and TProofProgressLog.Init().
tuple h1draw.label2 = TPaveLabel( -0.72, 0.74, -0.22, 0.88, 'option Lego1' ) |
Definition at line 46 of file h1draw.py.
Referenced by TH1.CheckBinLabels(), and TProofProgressLog.Init().
tuple h1draw.label2a = TPaveLabel( -0.93, -1.08, 0.25, -0.92, 'Click on lego to rotate' ) |
tuple h1draw.label3 = TPaveLabel( 2, 600, 3.5, 650, 'option e1p' ) |
Definition at line 60 of file h1draw.py.
Referenced by TProofProgressLog.Init().
tuple h1draw.pad1 = TPad( 'pad1', 'The pad with the function', 0.03, 0.62, 0.50, 0.92, 21 ) |
tuple h1draw.pad2 = TPad( 'pad2', 'The pad with the histogram', 0.51, 0.62, 0.98, 0.92, 21 ) |
tuple h1draw.pad3 = TPad( 'pad3', 'The pad with the histogram', 0.03, 0.02, 0.97, 0.57, 21 ) |
tuple h1draw.pave = TPaveText( -3.78, 500, -1.2, 750 ) |
Definition at line 67 of file h1draw.py.
Referenced by TClassTree.FindClassPosition(), TClassTree.ShowCod(), TClassTree.ShowHas(), TClassTree.ShowMul(), and TClassTree.ShowRef().
tuple h1draw.t1 = pave.AddText( 'You can move' ) |