| Home | Trees | Indices | Help |
|
|---|
|
|
Plot class.
$Id: plot.py 8783 2008-07-17 22:12:38Z ceball $
Version: $Revision: 8783 $
|
|||
|
Plot Simple Plot object constructed from a specified PIL image. |
|||
|
TemplatePlot A bitmap-based plot as specified by a plot template (or plot channels). |
|||
|
SHCPlot Bitmap plot based on Strength, Hue, and Confidence matrices. |
|||
|
RGBPlot Bitmap plot based on Red, Green, and Blue matrices. |
|||
|
PalettePlot Bitmap plot based on a Strength matrix, with optional colorization. |
|||
|
|||
|
|||
|
|||
|
|||
Factory function for constructing a Plot object whose type is not yet known. Typically, a Plot will be constructed through this call, because it selects the appropriate type automatically, rather than calling one of the Plot subclasses automatically. See Plot.__init__ for a description of the arguments. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Oct 12 22:26:29 2008 | http://epydoc.sourceforge.net |