File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 12
12
:backlinks: entry
13
13
14
14
15
- Inheritance Diagrams
16
- ====================
17
-
18
- .. inheritance-diagram :: matplotlib.animation.FuncAnimation matplotlib.animation.ArtistAnimation
19
- :private-bases:
20
- :parts: 1
21
-
22
- .. inheritance-diagram :: matplotlib.animation.FFMpegFileWriter matplotlib.animation.FFMpegWriter matplotlib.animation.ImageMagickFileWriter matplotlib.animation.ImageMagickWriter
23
- :private-bases:
24
- :parts: 1
25
-
26
15
Animation
27
16
=========
28
17
29
18
The easiest way to make a live animation in Matplotlib is to use one of the
30
19
`Animation ` classes.
31
20
21
+ .. inheritance-diagram :: matplotlib.animation.FuncAnimation matplotlib.animation.ArtistAnimation
22
+ :parts: 1
23
+
32
24
.. autosummary ::
33
25
:toctree: _as_gen
34
26
:nosignatures:
@@ -170,6 +162,10 @@ Examples
170
162
Writer Classes
171
163
==============
172
164
165
+ .. inheritance-diagram :: matplotlib.animation.FFMpegFileWriter matplotlib.animation.FFMpegWriter matplotlib.animation.ImageMagickFileWriter matplotlib.animation.ImageMagickWriter matplotlib.animation.PillowWriter matplotlib.animation.HTMLWriter
166
+ :top-classes: matplotlib.animation.AbstractMovieWriter
167
+ :parts: 1
168
+
173
169
The provided writers fall into a few broad categories.
174
170
175
171
The Pillow writer relies on the Pillow library to write the animation, keeping
You can’t perform that action at this time.
0 commit comments