File tree 2 files changed +4
-1
lines changed
galleries/users_explain/animations
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ Animation
18
18
The easiest way to make a live animation in Matplotlib is to use one of the
19
19
`Animation ` classes.
20
20
21
+ .. seealso ::
22
+ - :ref: `animations `
23
+
21
24
.. inheritance-diagram :: matplotlib.animation.FuncAnimation matplotlib.animation.ArtistAnimation
22
25
:parts: 1
23
26
Original file line number Diff line number Diff line change 11
11
generate animations using the `~matplotlib.animation` module. An
12
12
animation is a sequence of frames where each frame corresponds to a plot on a
13
13
`~matplotlib.figure.Figure`. This tutorial covers a general guideline on
14
- how to create such animations and the different options available.
14
+ how to create such animations and the different options available. More information is available in the API description: `~matplotlib.animation`
15
15
"""
16
16
17
17
import matplotlib .pyplot as plt
You can’t perform that action at this time.
0 commit comments