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

Module plot

source code

Plot class.

$Id: plot.py 11314 2010-07-27 17:18:52Z ceball $


Version: $Revision: 11314 $

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='None', name='None', range_=False)
Factory function for constructing a Plot object whose type is not yet known.
source code
Variables [hide private]
  __package__ = 'topo.plotting'
Function Details [hide private]

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

source code 

Factory function for constructing a Plot object whose type is not yet known.

Typically, a TemplatePlot will be constructed through this call, because it selects the appropriate type automatically, rather than calling one of the Plot subclasses automatically. See TemplatePlot.__init__ for a description of the arguments.