Module pygplot :: Class _Contour
[show private | hide private]
[frames | no frames]

Class _Contour

_Object --+
          |
         _Contour


Class used to plot a contour of data.
Method Summary
  __init__(self, parent, data, contours, ncontours, cfunc, high, low, irange, fsize, font, jrange, xrange, yrange, color, linewidth, linestyle, clabc, clabi, clabm, tr, clab)
Initialization function for Contour.
  _pix2world(self, px, py)
Retunr the world coordinates corresponding to pixel coordinates px and py.
  plot(self)
Plot the contour.
  range(self)
Return the xrange and yrange that would allow all the data to be plotted.
    Inherited from _Object
  __getattr__(self, name)

Method Details

__init__(self, parent, data, contours=None, ncontours=10, cfunc=<function Linear at 0x72c030>, high=None, low=None, irange=None, fsize=None, font=None, jrange=None, xrange=None, yrange=None, color=None, linewidth=None, linestyle=None, clabc='white', clabi=40, clabm=10, tr=None, clab=None)
(Constructor)

Initialization function for Contour.
Parameters:
data - A 2-D array to contour
           (type=2D array)
contours -

_pix2world(self, px, py)

Retunr the world coordinates corresponding to pixel coordinates px and py.

plot(self)

Plot the contour.

range(self)

Return the xrange and yrange that would allow all the data to be plotted.

Generated by Epydoc 2.1 on Tue Sep 25 12:14:22 2007 http://epydoc.sf.net