ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
graph Namespace Reference

Variables

tuple c1 = TCanvas( 'c1', 'A Simple Graph Example', 200, 10, 700, 500 )
 
int n = 20
 
tuple gr = TGraph( n, x, y )
 

Variable Documentation

tuple graph.c1 = TCanvas( 'c1', 'A Simple Graph Example', 200, 10, 700, 500 )

Definition at line 11 of file graph.py.

tuple graph.gr = TGraph( n, x, y )

Definition at line 24 of file graph.py.

int graph.n = 20

Definition at line 16 of file graph.py.