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 1212 :backlinks: entry
1313
1414
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-
2615Animation
2716=========
2817
2918The easiest way to make a live animation in Matplotlib is to use one of the
3019`Animation ` classes.
3120
21+ .. inheritance-diagram :: matplotlib.animation.FuncAnimation matplotlib.animation.ArtistAnimation
22+ :parts: 1
23+
3224.. autosummary ::
3325 :toctree: _as_gen
3426 :nosignatures:
@@ -170,6 +162,10 @@ Examples
170162Writer Classes
171163==============
172164
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+
173169The provided writers fall into a few broad categories.
174170
175171The Pillow writer relies on the Pillow library to write the animation, keeping
You can’t perform that action at this time.
0 commit comments