Method Summary |
|
__init__ (self,
figure,
title,
size,
aspectRatio)
Create a printout for the matplotlib chart figure . |
|
GetPageInfo (self)
Overrides wx.Printout.GetPageInfo() to provide the printing framework
with the number of pages in this print job. |
|
OnPrintPage (self,
pageNumber)
Overrides wx.Printout.OnPrintPage to render the matplotlib figure to a
printing device context. |
|
render_figure_as_image (self,
wFig,
hFig,
dpi)
Renders a matplotlib figure using the Agg backend and stores the
result in a wx.Image . |
Inherited from wxPrintoutPtr |
|
__repr__ (self)
|
|
base_GetPageInfo (self,
*_args,
**_kwargs)
|
|
base_HasPage (self,
*_args,
**_kwargs)
|
|
base_OnBeginDocument (self,
*_args,
**_kwargs)
|
|
base_OnBeginPrinting (self,
*_args,
**_kwargs)
|
|
base_OnEndDocument (self,
*_args,
**_kwargs)
|
|
base_OnEndPrinting (self,
*_args,
**_kwargs)
|
|
base_OnPreparePrinting (self,
*_args,
**_kwargs)
|
|
Destroy (self,
*_args,
**_kwargs)
|
|
GetDC (self,
*_args,
**_kwargs)
|
|
GetPageSizeMM (self,
*_args,
**_kwargs)
|
|
GetPageSizePixels (self,
*_args,
**_kwargs)
|
|
GetPPIPrinter (self,
*_args,
**_kwargs)
|
|
GetPPIScreen (self,
*_args,
**_kwargs)
|
|
IsPreview (self,
*_args,
**_kwargs)
|
|
_setCallbackInfo (self,
*_args,
**_kwargs)
|
Inherited from wxObjectPtr |
|
GetClassName (self,
*_args,
**_kwargs)
|