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.
1 parent 3954691 commit 6bae745Copy full SHA for 6bae745
doc/users/whats_new/abstract_movie_writer.rst
@@ -0,0 +1,8 @@
1
+Abstract base class for movie writers
2
+-------------------------------------
3
+
4
+The new :class:`~matplotlib.animation.AbstractMovieWriter` class defines
5
+the API required by a class that is to be used as the `writer` in the
6
+`save` method of the :class:`~matplotlib.animation.Animation` class.
7
+The existing :class:`~matplotlib.animation.MovieWriter` class now derives
8
+from the new abstract base class.
0 commit comments