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.
1 parent 13f398e commit d483a96Copy full SHA for d483a96
doc/api/next_api_changes/behavior/24131-OG.rst
@@ -1,6 +1,6 @@
1
-Passing None as ``save_count``
2
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+``FuncAnimation(save_count=None)``
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
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*.
+Passing ``save_count=None`` to `.FuncAnimation` no longer limits the number
+of frames to 100. Make``` sure that it either can be inferred from *frames*
+or provide an integer *save_count*.
0 commit comments