From: <ef...@us...> - 2011-01-13 07:25:54
|
Revision: 8911 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8911&view=rev Author: efiring Date: 2011-01-13 07:25:48 +0000 (Thu, 13 Jan 2011) Log Message: ----------- Apply Laurent Dufreshou's bug fix to animiation_blit_qt4.py. Closes 2880692. Modified Paths: -------------- branches/v1_0_maint/examples/animation/animation_blit_qt4.py Modified: branches/v1_0_maint/examples/animation/animation_blit_qt4.py =================================================================== --- branches/v1_0_maint/examples/animation/animation_blit_qt4.py 2011-01-12 19:23:28 UTC (rev 8910) +++ branches/v1_0_maint/examples/animation/animation_blit_qt4.py 2011-01-13 07:25:48 UTC (rev 8911) @@ -46,7 +46,7 @@ self.draw() self.ax_background = self.copy_from_bbox(self.ax.bbox) - self.restore_region(self.ax_background, bbox=self.ax.bbox) + self.restore_region(self.ax_background) # update the data self.sin_line.set_ydata(np.sin(self.x+self.cnt/10.0)) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |