Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions doc/api/animation_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ Animation
The easiest way to make a live animation in Matplotlib is to use one of the
`Animation` classes.

.. seealso::
- :ref:`animations`

.. inheritance-diagram:: matplotlib.animation.FuncAnimation matplotlib.animation.ArtistAnimation
:parts: 1

Expand Down
2 changes: 1 addition & 1 deletion galleries/users_explain/animations/animations.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
generate animations using the `~matplotlib.animation` module. An
animation is a sequence of frames where each frame corresponds to a plot on a
`~matplotlib.figure.Figure`. This tutorial covers a general guideline on
how to create such animations and the different options available.
how to create such animations and the different options available. More information is available in the API description: `~matplotlib.animation`
"""

import matplotlib.pyplot as plt
Expand Down