Logo ROOT  
Reference Guide
surfaces Namespace Reference

Variables

 c1 = TCanvas( 'c1', 'Surfaces Drawing Options', 200, 10, 700, 900 )
 f2 = TF2( 'f2', 'x**2 + y**2 - x**3 -8*x*y**4', -1, 1.2, -1.5, 1.5 )
 pad1 = TPad( 'pad1', 'Gouraud shading', 0.03, 0.50, 0.98, 0.95, 21 )
 pad2 = TPad( 'pad2', 'Color mesh', 0.03, 0.02, 0.98, 0.48, 21 )
 title = TPaveText( .2, 0.96, .8, .995 )

Variable Documentation

◆ c1

surfaces.c1 = TCanvas( 'c1', 'Surfaces Drawing Options', 200, 10, 700, 900 )

Definition at line 16 of file surfaces.py.

◆ f2

surfaces.f2 = TF2( 'f2', 'x**2 + y**2 - x**3 -8*x*y**4', -1, 1.2, -1.5, 1.5 )

Definition at line 30 of file surfaces.py.

◆ pad1

surfaces.pad1 = TPad( 'pad1', 'Gouraud shading', 0.03, 0.50, 0.98, 0.95, 21 )

Definition at line 24 of file surfaces.py.

◆ pad2

surfaces.pad2 = TPad( 'pad2', 'Color mesh', 0.03, 0.02, 0.98, 0.48, 21 )

Definition at line 25 of file surfaces.py.

◆ title

surfaces.title = TPaveText( .2, 0.96, .8, .995 )

Definition at line 19 of file surfaces.py.