insert(self,
plot,
scale=1.0,
rotate=False)
insert plot in PanelPlot.
Columns are filled first, then rows, starting in the upper left
corner.
-
- Parameters:
plot -
can either be a StringIO instance or a postscript file.
- Keyword Parameters:
scale -
1.0 | scale factor to resize the plot. This is typically used
to enlarge the last panel to occupy the remaining columns (for
example, if nrows=2,ncols=2 and there are only three panels, the
last panel can be doubled in size to fill both columns).
rotate -
False | rotate the plot the specified angle (in degrees).
|