8000 DOC: Add a whats_new entry for the new AbstractMovieWriter class. · matplotlib/matplotlib@6bae745 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0