Home | Trees | Index | Help |
|
---|
Module pygplot |
|
Version: 0.91
Author: Chris Burns
Requires:
Pgplot (http://www.astro.caltech.edu/~tjp/pgplot/)
You can get the source for pygplot here: http://astro.swarthmore.edu/~burns/pygplot_downloads.
There is the beginnings of a manual here: http://astro.swarthmore.edu/~burns/pygplot.pdf.
This python module provides an object-oriented interface to the Pgplot library of routines. Most (though not all) of the functionality of Pgplot is included:Classes | |
---|---|
MPlot |
Class used to create a multi-panel plot with separate bounding boxes. |
Panel |
Class used to create a multi-panel plot with a single bounding box. |
Plot |
Class to make a single 2-D plot. |
Function Summary | |
---|---|
Read in the specified file and try to extract columns. | |
Convenience function for computing n numbers linearly interpolated between low and high. | |
Print out the list of available devices. | |
Print the currently installed palettes to the terminal. | |
Compute the cubic spline for a set of data |
Variable Summary | |
---|---|
dict |
descriptions = {'/NULL': ['(Null device, no output)', 0]...
|
list |
devices = ['/GIF', '/VGIF', '/NULL', '/PPM', '/VPPM', '/...
|
int |
n_devices = 15 |
Function Details |
---|
columns(filename)Read in the specified file and try to extract columns. So far, it will recognise space-, comma-, tab-, or semi-colon-delimited columns.
|
Linear(low, high, n)Convenience function for computing n numbers linearly interpolated between low and high. Used as the default function for the cfunc parameter to the contour function. |
list_devices()Print out the list of available devices. |
list_palettes()Print the currently installed palettes to the terminal. |
pgspline(xp, yp, x, slope0=None, slope1=None)Compute the cubic spline for a set of data
|
Variable Details |
---|
devices
|
n_devices
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Feb 17 15:17:27 2005 | http://epydoc.sf.net |