8000 Update lib/matplotlib/animation.py · matplotlib/matplotlib@8579174 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8579174

Browse files
authored
Update lib/matplotlib/animation.py
1 parent afdb7a5 commit 8579174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/animation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1625,7 +1625,7 @@ def init_func() -> iterable_of_artists
16251625
save_count = _api.deprecate_privatize_attribute("3.7")
16261626

16271627
def __init__(self, fig, func, frames=None, init_func=None, fargs=None,
1628-
save_count=100, *, cache_frame_data=True, **kwargs):
1628+
save_count=None, *, cache_frame_data=True, **kwargs):
16291629
if fargs:
16301630
self._args = fargs
16311631
else:

0 commit comments

Comments
 (0)
0