We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d10cb6 + a0f9781 commit 2bf4392Copy full SHA for 2bf4392
lib/matplotlib/animation.py
@@ -1577,8 +1577,10 @@ def init_func() -> iterable_of_artists
1577
fargs : tuple or None, optional
1578
Additional arguments to pass to each call to *func*.
1579
1580
- save_count : int, optional
1581
- The number of values from *frames* to cache.
+ save_count : int, default: 100
+ Fallback for the number of values from *frames* to cache. This is
1582
+ only used if the number of frames cannot be inferred from *frames*,
1583
+ i.e. when it's an iterator without length or a generator.
1584
1585
interval : int, default: 200
1586
Delay between frames in milliseconds.
0 commit comments