Variables | |
| f = ROOT.TFile.Open(fileUrl) | |
| str | fileUrl = "http://root.cern/files/usa.root" |
| int | lat1 = 24 |
| int | lat2 = 50 |
| int | lon1 = -130 |
| int | lon2 = -65 |
| mg = ROOT.TMultiGraph | |
| obj = key.ReadObj() | |
| p = ROOT.TH2Poly("Lower48", "Lower 48 Population (2009);Latitude;Longitude", lon1, lon2, lat1, lat2) | |
| list | pops |
| pupulationRef = ROOT.TLatex(-128, 27, "#scale[.55]{#splitline{Source:}{http://eadiv.state.wy.us/pop/st-09est.htm}}") | |
| list | states |
| usa = ROOT.TCanvas("USA", "USA") | |
| hist039_TH2Poly_usa.f = ROOT.TFile.Open(fileUrl) |
Definition at line 44 of file hist039_TH2Poly_usa.py.
| str hist039_TH2Poly_usa.fileUrl = "http://root.cern/files/usa.root" |
Definition at line 43 of file hist039_TH2Poly_usa.py.
| int hist039_TH2Poly_usa.lat1 = 24 |
Definition at line 39 of file hist039_TH2Poly_usa.py.
| int hist039_TH2Poly_usa.lat2 = 50 |
Definition at line 40 of file hist039_TH2Poly_usa.py.
| int hist039_TH2Poly_usa.lon1 = -130 |
Definition at line 37 of file hist039_TH2Poly_usa.py.
| int hist039_TH2Poly_usa.lon2 = -65 |
Definition at line 38 of file hist039_TH2Poly_usa.py.
| hist039_TH2Poly_usa.mg = ROOT.TMultiGraph |
Definition at line 47 of file hist039_TH2Poly_usa.py.
| hist039_TH2Poly_usa.obj = key.ReadObj() |
Definition at line 49 of file hist039_TH2Poly_usa.py.
| hist039_TH2Poly_usa.p = ROOT.TH2Poly("Lower48", "Lower 48 Population (2009);Latitude;Longitude", lon1, lon2, lat1, lat2) |
Definition at line 41 of file hist039_TH2Poly_usa.py.
| list hist039_TH2Poly_usa.pops |
Definition at line 29 of file hist039_TH2Poly_usa.py.
| hist039_TH2Poly_usa.pupulationRef = ROOT.TLatex(-128, 27, "#scale[.55]{#splitline{Source:}{http://eadiv.state.wy.us/pop/st-09est.htm}}") |
Definition at line 61 of file hist039_TH2Poly_usa.py.
| list hist039_TH2Poly_usa.states |
Definition at line 21 of file hist039_TH2Poly_usa.py.
| hist039_TH2Poly_usa.usa = ROOT.TCanvas("USA", "USA") |
Definition at line 35 of file hist039_TH2Poly_usa.py.