ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
h1draw Namespace Reference

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' )
 

Variable Documentation

tuple h1draw.c1 = TCanvas( 'c1', 'Histogram Drawing Options', 200, 10, 700, 900 )

Definition at line 10 of file h1draw.py.

tuple h1draw.example = TFile( 'py-hsimple.root' )

Definition at line 22 of file h1draw.py.

Referenced by makeSimpleExample().

tuple h1draw.hpx = gROOT.FindObject( 'hpx' )

Definition at line 35 of file h1draw.py.

tuple h1draw.label1 = TPaveLabel( -3.5, 700, -1, 800, 'Default option' )
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' )

Definition at line 49 of file h1draw.py.

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 )

Definition at line 12 of file h1draw.py.

tuple h1draw.pad2 = TPad( 'pad2', 'The pad with the histogram', 0.51, 0.62, 0.98, 0.92, 21 )

Definition at line 13 of file h1draw.py.

tuple h1draw.pad3 = TPad( 'pad3', 'The pad with the histogram', 0.03, 0.02, 0.97, 0.57, 21 )

Definition at line 14 of file h1draw.py.

tuple h1draw.pave = TPaveText( -3.78, 500, -1.2, 750 )
tuple h1draw.t1 = pave.AddText( 'You can move' )

Definition at line 69 of file h1draw.py.

tuple h1draw.title
Initial value:
1 = TPaveLabel( 0.1, 0.94, 0.9, 0.98,
2  'Drawing options for one dimensional histograms' )

Definition at line 26 of file h1draw.py.