Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9fb6953

Browse files
committed
DOC: make simple animation example easier to find
1 parent 462e6a6 commit 9fb6953

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

galleries/examples/animation/simple_anim.py renamed to galleries/examples/animation/animate_basic.py

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
"""
2-
==================
3-
Animated line plot
4-
==================
2+
=========================
3+
Simple animated line plot
4+
=========================
55
66
Output generated via `matplotlib.animation.Animation.to_jshtml`.
7+
8+
.. redirect-from:: /gallery/animation/simple_anim
79
"""
810

911
import matplotlib.pyplot as plt
@@ -36,3 +38,9 @@ def animate(i):
3638
# ani.save("movie.mp4", writer=writer)
3739

3840
plt.show()
41+
42+
# %%
43+
#
44+
# .. tags::
45+
# component: animation,
46+
# level: beginner

0 commit comments

Comments
 (0)