Skip to content

Commit 6bae745

Browse files
DOC: Add a whats_new entry for the new AbstractMovieWriter class.
1 parent 3954691 commit 6bae745

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)