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. | |
Get the correct justification for panel i. | |
This is similar to Plot's interact, but is more of an overseer: it figures out which panel the event is supposed to happen in, then calls that Plot's binding do the the work. | |
Plot the Mplot. | |
replot(self)
| |
Make the instance's device the current device and select the given panel. |
Method Details |
---|
__init__(self,
nx,
ny,
device='/XSERVE',
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. |
get_just(self, i)Get the correct justification for panel i. |
interact(self, bindings=None, mode=7)This is similar to Plot's interact, but is more of an overseer: it figures out which panel the event is supposed to happen in, then calls that Plot's binding do the the work. |
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)Make the instance's device the current device and select the given panel.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Sep 25 12:14:22 2007 | http://epydoc.sf.net |