Logo ROOT  
Reference Guide
gr006_scatter Namespace Reference

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([])

Variable Documentation

◆ c

gr006_scatter.c = np.array([])

Definition at line 23 of file gr006_scatter.py.

◆ canvas

gr006_scatter.canvas = ROOT.TCanvas()

Definition at line 15 of file gr006_scatter.py.

◆ n

int gr006_scatter.n = 175

Definition at line 19 of file gr006_scatter.py.

◆ r

gr006_scatter.r = ROOT.TRandom()

Definition at line 27 of file gr006_scatter.py.

◆ s

gr006_scatter.s = np.array([])

Definition at line 24 of file gr006_scatter.py.

◆ scatter

gr006_scatter.scatter = ROOT.TScatter(n, x, y, c, s)

Definition at line 34 of file gr006_scatter.py.

◆ x

gr006_scatter.x = np.array([])

Definition at line 21 of file gr006_scatter.py.

◆ y

gr006_scatter.y = np.array([])

Definition at line 22 of file gr006_scatter.py.