Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75f6f96

Browse files
committed
Apply Laurent Dufreshou's bug fix to animiation_blit_qt4.py. Closes 2880692.
svn path=/branches/v1_0_maint/; revision=8911
1 parent 63c6868 commit 75f6f96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/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)