Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
fit1_py.py
Go to the documentation of this file.
1
3c1.SetGridx()
4c1.SetGridy()
5
7fill.ls()
8sqroot.Print()
9
10h1f.Fit( 'sqroot' )
11
13fitlabel.SetTextAlign( 12 )
14fitlabel.SetFillColor( 42 )
15fitlabel.ReadFile( 'fit1_py.py' )
16fitlabel.Draw()
17
The Canvas class.
Definition TCanvas.h:23
A file, usually with extension .root, that stores data and code in the form of serialized objects in ...
Definition TFile.h:130