pyllar :: Mesh :: Mesh :: Class Mesh
[hide private]
[frames] | no frames]

Class Mesh

source code


The Mesh class represents a 3D surface of rectilinear (in x and y) data.

Instance Methods [hide private]
 
__init__(self, x, y, z, colored=0)
Create an instance of the Mesh class.
source code

Inherited from Plottable.Plottable: AddToAxes, GetBounds, SetColor, SetDirection, SetOpacity, SetScale, UpdatePos

Method Details [hide private]

__init__(self, x, y, z, colored=0)
(Constructor)

source code 

Create an instance of the Mesh class.

x and y are vectors defining the independent grid. colored can be 0 for a sild color and 1 for a colorscale.
Overrides: Plottable.Plottable.__init__