Home | Trees | Index | Help |
|
---|
Module wxmpl :: Class FigurePrinter |
|
DestructableViewMixin
--+
|
FigurePrinter
Method Summary | |
---|---|
Create a new FigurePrinter associated with the wxPython
widget view . | |
Return the current printer settings in their wx.PrintData
object. | |
pageSetup(self)
| |
Open a "Print Preview" window for the matplotlib chart figure . | |
Open a "Print" dialog to print the matplotlib chart figure . | |
Use the printer settings in printData . |
Method Details |
---|
__init__(self,
view,
printData=None)
Create a new |
getPrintData(self)Return the current printer settings in theirwx.PrintData object.
|
previewFigure(self, figure, title=None)Open a "Print Preview" window for the matplotlib chartfigure . The keyword argument title provides
the printing framework with a title for the print job.
|
printFigure(self, figure, title=None)Open a "Print" dialog to print the matplotlib chartfigure . The keyword argument title provides
the printing framework with a title for the print job.
|
setPrintData(self, printData)Use the printer settings inprintData .
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Aug 28 13:47:49 2006 | http://epydoc.sf.net |