Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c9ce645

Browse filesBrowse files
authored
Merge pull request #28520 from meeseeksmachine/auto-backport-of-pr-28517-on-v3.9.1-doc
Backport PR #28517 on branch v3.9.1-doc (DOC: better cross referencing for animations)
2 parents 9c9792a + af6cc66 commit c9ce645
Copy full SHA for c9ce645

File tree

2 files changed

+4
-1
lines changed
Filter options

2 files changed

+4
-1
lines changed

‎doc/api/animation_api.rst

Copy file name to clipboardExpand all lines: doc/api/animation_api.rst
+3Lines changed: 3 additions & 0 deletions
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

Copy file name to clipboardExpand all lines: galleries/users_explain/animations/animations.py
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.