10000 Merged revisions 8911 via svnmerge from · ieebon/matplotlib@1b7d8a2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1b7d8a2

Browse files
committed
Merged revisions 8911 via svnmerge from
https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches/v1_0_maint ........ r8911 | efiring | 2011-01-12 21:25:48 -1000 (Wed, 12 Jan 2011) | 2 lines Apply Laurent Dufreshou's bug fix to animiation_blit_qt4.py. Closes 2880692. ........ svn path=/trunk/matplotlib/; revision=8912
1 parent 32f64b0 commit 1b7d8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/animation/old_animation/animation_blit_qt4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def timerEvent(self, evt):
4646
self.draw()
4747
self.ax_background = self.copy_from_bbox(self.ax.bbox)
4848

49-
self.restore_region(self.ax_background, bbox=self.ax.bbox)
49+
self.restore_region(self.ax_background)
5050

5151
# update the data
5252
self.sin_line.set_ydata(np.sin(self.x+self.cnt/10.0))

0 commit comments

Comments
 (0)
0