Logo ROOT  
Reference Guide
df021_createTGraph Namespace Reference

Variables

 c = ROOT.TCanvas()
 d = ROOT.RDataFrame(160)
 dd = d.Alias("x", "rdfentry_").Define("y", "x*x")
 graph = dd.Graph("x", "y")

Variable Documentation

◆ c

df021_createTGraph.c = ROOT.TCanvas()

Definition at line 23 of file df021_createTGraph.py.

◆ d

df021_createTGraph.d = ROOT.RDataFrame(160)

Definition at line 15 of file df021_createTGraph.py.

◆ dd

df021_createTGraph.dd = d.Alias("x", "rdfentry_").Define("y", "x*x")

Definition at line 18 of file df021_createTGraph.py.

◆ graph

df021_createTGraph.graph = dd.Graph("x", "y")

Definition at line 20 of file df021_createTGraph.py.