Logo ROOT  
Reference Guide
gr005_apply Namespace Reference

Variables

 c1 = ROOT.TCanvas("c1", "c1", 0, 0, 700, 500)
 ff = ROOT.TF2("ff", "-1./y")
 gr1 = ROOT.TGraph(npoints, xaxis, yaxis)
int npoints = 3
 xaxis = np.array([1.0, 2.0, 3.0])
 yaxis = np.array([10.0, 20.0, 30.0])

Variable Documentation

◆ c1

gr005_apply.c1 = ROOT.TCanvas("c1", "c1", 0, 0, 700, 500)

Definition at line 26 of file gr005_apply.py.

◆ ff

gr005_apply.ff = ROOT.TF2("ff", "-1./y")

Definition at line 24 of file gr005_apply.py.

◆ gr1

gr005_apply.gr1 = ROOT.TGraph(npoints, xaxis, yaxis)

Definition at line 23 of file gr005_apply.py.

◆ npoints

int gr005_apply.npoints = 3

Definition at line 19 of file gr005_apply.py.

◆ xaxis

gr005_apply.xaxis = np.array([1.0, 2.0, 3.0])

Definition at line 20 of file gr005_apply.py.

◆ yaxis

gr005_apply.yaxis = np.array([10.0, 20.0, 30.0])

Definition at line 21 of file gr005_apply.py.