Logo ROOT  
Reference Guide
gr014_polar3 Namespace Reference

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

Variable Documentation

◆ CPol

gr014_polar3.CPol = ROOT.TCanvas("CPol", "TGraphPolar Examples", 500, 500)

Definition at line 19 of file gr014_polar3.py.

◆ fp1

gr014_polar3.fp1 = ROOT.TF1("fplot", "cos(x)", rmin, rmax)

Definition at line 26 of file gr014_polar3.py.

◆ grP1

gr014_polar3.grP1 = ROOT.TGraphPolar(1000, r, theta)

Definition at line 31 of file gr014_polar3.py.

◆ r

gr014_polar3.r = np.array([])

Definition at line 23 of file gr014_polar3.py.

◆ rmax

int gr014_polar3.rmax = math.pi * 2

Definition at line 22 of file gr014_polar3.py.

◆ rmin

int gr014_polar3.rmin = 0

Definition at line 21 of file gr014_polar3.py.

◆ theta

gr014_polar3.theta = np.array([])

Definition at line 24 of file gr014_polar3.py.