8000
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.
2 parents 0900819 + 02f32f0 commit 26e5801Copy full SHA for 26e5801
lib/matplotlib/animation.py
@@ -1615,8 +1615,10 @@ def init_func() -> iterable_of_artists
1615
fargs : tuple or None, optional
1616
Additional arguments to pass to each call to *func*.
1617
1618
- save_count : int, optional
1619
- 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
1620
+ only used if the number of frames cannot be inferred from *frames*,
1621
+ i.e. when it's an iterator without length or a generator.
1622
1623
interval : number, optional
1624
Delay between frames in milliseconds. Defaults to 200.
0 commit comments