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 dabd667 commit 384b1ebCopy full SHA for 384b1eb
1 file changed
lib/matplotlib/animation.py
@@ -1753,10 +1753,6 @@ def _draw_frame(self, framedata):
1753
if self._cache_frame_data:
1754
# Save the data for potential saving of movies.
1755
self._save_seq.append(framedata)
1756
-
1757
- # Make sure to respect save_count (keep only the last save_count
1758
- # around)
1759
- if self._save_count is not None:
1760
self._save_seq = self._save_seq[-self._save_count:]
1761
1762
# Call the func with framedata and args. If blitting is desired,
0 commit comments