Variables | |
| CPol = ROOT.TCanvas("CPol", "TGraphPolar Examples", 500, 500) | |
| fp1 = ROOT.TF1("fplot", "cos(x)", rmin, rmax) | |
| grP1 = ROOT.TGraphPolar(1000, r, theta) | |
| r = np.array([]) | |
| int | rmax = math.pi * 2 |
| int | rmin = 0 |
| theta = np.array([]) | |
| gr014_polar3.CPol = ROOT.TCanvas("CPol", "TGraphPolar Examples", 500, 500) |
Definition at line 19 of file gr014_polar3.py.
Definition at line 26 of file gr014_polar3.py.
Definition at line 31 of file gr014_polar3.py.
| gr014_polar3.r = np.array([]) |
Definition at line 23 of file gr014_polar3.py.
| int gr014_polar3.rmax = math.pi * 2 |
Definition at line 22 of file gr014_polar3.py.
| int gr014_polar3.rmin = 0 |
Definition at line 21 of file gr014_polar3.py.
| gr014_polar3.theta = np.array([]) |
Definition at line 24 of file gr014_polar3.py.