Variables | |
| CPol = ROOT.TCanvas("CPol", "TGraphPolar Example", 500, 500) | |
| eradius = np.array([]) | |
| etheta = np.array([]) | |
| grP1 = ROOT.TGraphPolar(8, theta, radius, etheta, eradius) | |
| radius = np.array([]) | |
| theta = np.array([]) | |
| gr013_polar2.CPol = ROOT.TCanvas("CPol", "TGraphPolar Example", 500, 500) |
Definition at line 20 of file gr013_polar2.py.
| gr013_polar2.eradius = np.array([]) |
Definition at line 25 of file gr013_polar2.py.
| gr013_polar2.etheta = np.array([]) |
Definition at line 24 of file gr013_polar2.py.
Definition at line 33 of file gr013_polar2.py.
| gr013_polar2.radius = np.array([]) |
Definition at line 23 of file gr013_polar2.py.
| gr013_polar2.theta = np.array([]) |
Definition at line 22 of file gr013_polar2.py.