Skip to content

Commit

Permalink
Backport PR matplotlib#28517: DOC: better cross referencing for anima…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
story645 authored and meeseeksmachine committed Jul 7, 2024
1 parent 9c9792a commit af6cc66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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

0 comments on commit af6cc66

Please sign in to comment.