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

Class _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, x, y, z, symbol, size, palette, transfer)
  plot(self)
Plot the image.
  range(self)
Return the xrange and yrange that would allow all the data to be plotted.

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 Thu Feb 17 15:17:27 2005 http://epydoc.sf.net