8000 MNT: if we are caching frames then we have a save_count · matplotlib/matplotlib@384b1eb · GitHub
[go: up one dir, main page]

Skip to content

Commit 384b1eb

Browse files
committed
MNT: if we are caching frames then we have a save_count
1 parent dabd667 commit 384b1eb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/matplotlib/animation.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1753,10 +1753,6 @@ def _draw_frame(self, framedata):
17531753
if self._cache_frame_data:
17541754
# Save the data for potential saving of movies.
17551755
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:
17601756
self._save_seq = self._save_seq[-self._save_count:]
17611757

17621758
# Call the func with framedata and args. If blitting is desired,

0 commit comments

Comments
 (0)
0