Inherits matplotlib::backends::backend_wxagg::FigureCanvasWxAgg.
Public Member Functions | |
| def | __init__ |
After that, the canvas will only be redrawn when it is resized. I forget why this is needed. It was recommended by the Matplotlib documentation. I'm not sure how useful it really is.
Definition at line 77 of file mainFrame.py.
| def objects.gui.mainFrame.NoRepaintCanvas.__init__ | ( | self, | ||
| args, | ||||
| kwargs | ||||
| ) |
Definition at line 78 of file mainFrame.py.
00078 : 00079 FigureCanvasWxAgg.__init__(self, *args, **kwargs) 00080 self._drawn = 0 00081 def _onPaint(self, evt):
1.5.8