Package topo :: Package plotting :: Module plot
[hide private]
[frames] | no frames]

Module plot

source code

Plot class.

$Id: plot.py 8783 2008-07-17 22:12:38Z ceball $


Version: $Revision: 8783 $

Classes [hide private]
  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.
Functions [hide private]
 
_sane_plot_data(channels, sheet_views) source code
 
make_template_plot(channels, sheet_views, density=None, plot_bounding_box=None, normalize=False, name='None')
Factory function for constructing a Plot object whose type is not yet known.
source code
Function Details [hide private]

make_template_plot(channels, sheet_views, density=None, plot_bounding_box=None, normalize=False, name='None')

source code 

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.