Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c6868 commit 75f6f96Copy full SHA for 75f6f96
1 file changed
examples/animation/animation_blit_qt4.py
@@ -46,7 +46,7 @@ def timerEvent(self, evt):
46
self.draw()
47
self.ax_background = self.copy_from_bbox(self.ax.bbox)
48
49
- self.restore_region(self.ax_background, bbox=self.ax.bbox)
+ self.restore_region(self.ax_background)
50
51
# update the data
52
self.sin_line.set_ydata(np.sin(self.x+self.cnt/10.0))
0 commit comments