Home | Trees | Index | Help |
---|
|
pygplot
: Pygplot: A Python Interface to Pgplot
pygplot.MPlot
:
Class used to create a multi-panel plot with separate bounding
boxes.
pygplot.Panel
:
Class used to create a multi-panel plot with a single bounding
box.
pygplot.Plot
:
Class to make a single 2-D plot.
pygplot._Layout
:
A class that handles the page layout of the graph.
pygplot._Object
:
An object in the plot.
pygplot._Axis
:
A class used by the Plot class.
pygplot._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).
pygplot._Contour
:
Class used to plot a contour of data.
pygplot._ErrorBar
:
A class used by the Plot class to store information about drawing
errorbars
pygplot._Hist
:
Class used by Plot to make a Histogram.
pygplot._Image
:
Class used to display an image representation of data.
pygplot._Label
:
A class used by the Plot class.
pygplot._Legend
:
A class used by the Plot class to make a legend.
pygplot._Line
:
Class used by Plot and to store information about lines.
pygplot._Point
:
Class used by Plot to store information about drawing points.
pygplot._Palette
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Sep 25 12:14:23 2007 | http://epydoc.sf.net |