API Reference for Enthought Tool Suite 3.2.0

Plots a surface using a mesh defined by the position of its vertices and the triangles connecting them.

Function signatures:

triangular_mesh(x, y, z, triangles ...)

x, y, z are arrays giving the positions of the vertices of the surface. triangles is a list of triplets (or an array) list the vertices in each triangle. Vertices are indexes by their appearance number in the position arrays.

For simple structures (such as rectangular grids) prefer the surf or mesh functions, as they will create more efficient data structures.

Inherits from

Attributes

Inherited from base classes

Method summary

Inherited from base classes

© Copyright 2002-2009 Enthought, Inc.