Skip to content

Backport PR #28517 on branch v3.9.1-doc (DOC: better cross referencing for animations) #28520

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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