Skip to content

Commit 5bd9252

Browse files
authored
Merge pull request #28519 from meeseeksmachine/auto-backport-of-pr-28517-on-v3.9.x
Backport PR #28517 on branch v3.9.x (DOC: better cross referencing for animations)
2 parents 9c9792a + 5ea9a7f commit 5bd9252

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

doc/api/animation_api.rst

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ Animation
1818
The easiest way to make a live animation in Matplotlib is to use one of the
1919
`Animation` classes.
2020

21+
.. seealso::
22+
- :ref:`animations`
23+
2124
.. inheritance-diagram:: matplotlib.animation.FuncAnimation matplotlib.animation.ArtistAnimation
2225
:parts: 1
2326

galleries/users_explain/animations/animations.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
generate animations using the `~matplotlib.animation` module. An
1212
animation is a sequence of frames where each frame corresponds to a plot on a
1313
`~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`
1515
"""
1616

1717
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)