Home | Trees | Index | Help |
|
---|
Module pygplot :: Class Panel |
|
Method Summary | |
---|---|
Initialization routine for the MPlot class. | |
Add a Plot instance to the MPlot. | |
Close the pgplot device corresponding to the MPlot. | |
Plot the Mplot. | |
Make the instance's device the current device and select the given panel. |
Class Variable Summary | |
---|---|
int |
nx = 1 |
int |
ny = 1 |
NoneType |
_id = None |
int |
_own_dev = 0 |
Method Details |
---|
__init__(self,
nx,
ny,
device='/XWINDOW',
aspect=None)
Initialization routine for the MPlot class.
|
add(self, plot)Add a Plot instance to the MPlot. The instances are plotted in the order they are added, filling each row and then switching to the next. |
close(self)Close the pgplot device corresponding to the MPlot. |
plot(self)Plot the Mplot. Each sub-panel is plotted by calling that instance's plot() method after calling pgpage() to advance to the next panel. |
select(self, i=0, j=0)Make the instance's device the current device and select the given panel.
|
Class Variable Details |
---|
nx
|
ny
|
_id
|
_own_dev
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Feb 17 15:17:27 2005 | http://epydoc.sf.net |