Logo ROOT  
Reference Guide
gr012_polar Namespace Reference

Variables

 CPol = ROOT.TCanvas("CPol", "TGraphPolar Examples", 1200, 600)
 ex = np.array([])
 ey = np.array([])
 fplot = ROOT.TF1("fplot", "cos(2*x)*cos(20*x)", xmin, xmax)
 grP = ROOT.TGraphPolar(1000, x, y)
 grP1 = ROOT.TGraphPolar(20, xval1, yval1)
 grPE = ROOT.TGraphPolar(30, x2, y2, ex, ey)
 x = np.array([])
 x2 = np.array([])
int xmax = math.pi * 2
int xmin = 0
 xval1 = np.array([])
 y = np.array([])
 y2 = np.array([])
 yval1 = np.array([])

Variable Documentation

◆ CPol

gr012_polar.CPol = ROOT.TCanvas("CPol", "TGraphPolar Examples", 1200, 600)

Definition at line 23 of file gr012_polar.py.

◆ ex

gr012_polar.ex = np.array([])

Definition at line 75 of file gr012_polar.py.

◆ ey

gr012_polar.ey = np.array([])

Definition at line 76 of file gr012_polar.py.

◆ fplot

gr012_polar.fplot = ROOT.TF1("fplot", "cos(2*x)*cos(20*x)", xmin, xmax)

Definition at line 37 of file gr012_polar.py.

◆ grP

gr012_polar.grP = ROOT.TGraphPolar(1000, x, y)

Definition at line 42 of file gr012_polar.py.

◆ grP1

gr012_polar.grP1 = ROOT.TGraphPolar(20, xval1, yval1)

Definition at line 54 of file gr012_polar.py.

◆ grPE

gr012_polar.grPE = ROOT.TGraphPolar(30, x2, y2, ex, ey)

Definition at line 84 of file gr012_polar.py.

◆ x

gr012_polar.x = np.array([])

Definition at line 31 of file gr012_polar.py.

◆ x2

gr012_polar.x2 = np.array([])

Definition at line 73 of file gr012_polar.py.

◆ xmax

int gr012_polar.xmax = math.pi * 2

Definition at line 29 of file gr012_polar.py.

◆ xmin

int gr012_polar.xmin = 0

Definition at line 28 of file gr012_polar.py.

◆ xval1

gr012_polar.xval1 = np.array([])

Definition at line 33 of file gr012_polar.py.

◆ y

gr012_polar.y = np.array([])

Definition at line 32 of file gr012_polar.py.

◆ y2

gr012_polar.y2 = np.array([])

Definition at line 74 of file gr012_polar.py.

◆ yval1

gr012_polar.yval1 = np.array([])

Definition at line 34 of file gr012_polar.py.