Variables | |
| c = np.array([]) | |
| canvas = ROOT.TCanvas() | |
| int | n = 175 |
| r = ROOT.TRandom() | |
| s = np.array([]) | |
| scatter = ROOT.TScatter(n, x, y, c, s) | |
| x = np.array([]) | |
| y = np.array([]) | |
| gr006_scatter.c = np.array([]) |
Definition at line 23 of file gr006_scatter.py.
| gr006_scatter.canvas = ROOT.TCanvas() |
Definition at line 15 of file gr006_scatter.py.
| int gr006_scatter.n = 175 |
Definition at line 19 of file gr006_scatter.py.
| gr006_scatter.r = ROOT.TRandom() |
Definition at line 27 of file gr006_scatter.py.
| gr006_scatter.s = np.array([]) |
Definition at line 24 of file gr006_scatter.py.
Definition at line 34 of file gr006_scatter.py.
| gr006_scatter.x = np.array([]) |
Definition at line 21 of file gr006_scatter.py.
| gr006_scatter.y = np.array([]) |
Definition at line 22 of file gr006_scatter.py.