Logo ROOT  
Reference Guide
gr013_polar2 Namespace Reference

Variables

 CPol = ROOT.TCanvas("CPol", "TGraphPolar Example", 500, 500)
 eradius = np.array([])
 etheta = np.array([])
 grP1 = ROOT.TGraphPolar(8, theta, radius, etheta, eradius)
 radius = np.array([])
 theta = np.array([])

Variable Documentation

◆ CPol

gr013_polar2.CPol = ROOT.TCanvas("CPol", "TGraphPolar Example", 500, 500)

Definition at line 20 of file gr013_polar2.py.

◆ eradius

gr013_polar2.eradius = np.array([])

Definition at line 25 of file gr013_polar2.py.

◆ etheta

gr013_polar2.etheta = np.array([])

Definition at line 24 of file gr013_polar2.py.

◆ grP1

gr013_polar2.grP1 = ROOT.TGraphPolar(8, theta, radius, etheta, eradius)

Definition at line 33 of file gr013_polar2.py.

◆ radius

gr013_polar2.radius = np.array([])

Definition at line 23 of file gr013_polar2.py.

◆ theta

gr013_polar2.theta = np.array([])

Definition at line 22 of file gr013_polar2.py.