API Reference for Enthought Tool Suite 3.0.1

Plots a the contours of asurface using grid spaced data supplied as 2D arrays.

Function signatures:

contour_surf(s, ...)
contour_surf(x, y, s, ...)
contour_surf(x, y, f, ...)

If only one array s is passed the x and y arrays are assumed to be made of the indices of s. s is the elevation matrix.

Inherits from

Attributes

Inherited from base classes

Method summary

Inherited from base classes

© Copyright 2002-2008 Enthought, Inc.