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 84aeb5b commit 5bde1ffCopy full SHA for 5bde1ff
lib/matplotlib/animation.py
@@ -1025,7 +1025,7 @@ def _handle_resize(self, *args):
1025
def _end_redraw(self, evt):
1026
# Now that the redraw has happened, do the post draw flushing and
1027
# blit handling. Then re-enable all of the original events.
1028
- self._post_draw(None, self._blit)
+ self._post_draw(None, False)
1029
self.event_source.start()
1030
self._fig.canvas.mpl_disconnect(self._resize_id)
1031
self._resize_id = self._fig.canvas.mpl_connect('resize_event',
0 commit comments