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

Class _ColorPoint

_Object --+
          |
         _ColorPoint


Class used to display (x,y) points (like _Point), but each point is colored differently, depending on the value of a third array (z). The user specifies the color palette and transfer function (default linear).
Method Summary
  __init__(self, parent, x, y, z, symbol, size, palette, transfer, linewidth)
  plot(self)
Plot the image.
  range(self)
Return the xrange and yrange that would allow all the data to be plotted.
    Inherited from _Object
  __getattr__(self, name)

Method Details

plot(self)

Plot the image.

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