8000 Update doc/api/next_api_changes/behavior/24131-OG.rst · matplotlib/matplotlib@d483a96 · GitHub
[go: up one dir, main page]

Skip to content

Commit d483a96

Browse files
oscargustimhoffm
authored andcommitted
Update doc/api/next_api_changes/behavior/24131-OG.rst
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent 13f398e commit d483a96

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Passing None as ``save_count``
2-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1+
``FuncAnimation(save_count=None)``
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33

4-
... to `.FuncAnimation` no longer limits the number of frames to 100. Make
5-
sure that it either can be inferred from *frames* or provide an integer
6-
*save_count*.
4+
Passing ``save_count=None`` to `.FuncAnimation` no longer limits the number
5+
of frames to 100. Make``` sure that it either can be inferred from *frames*
6+
or provide an integer *save_count*.

0 commit comments

Comments
 (0)
0