File tree Expand file tree Collapse file tree
galleries/examples/animation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -171,13 +171,13 @@ artists and functions. A fourth method is to create a class.
171171Examples
172172^^^^^^^^
173173
174+ * :doc: `../gallery/animation/animate_basic `
174175* :doc: `../gallery/animation/animate_decay `
175176* :doc: `../gallery/animation/bayes_update `
176177* :doc: `../gallery/animation/double_pendulum `
177178* :doc: `../gallery/animation/animated_histogram `
178179* :doc: `../gallery/animation/rain `
179180* :doc: `../gallery/animation/random_walk `
180- * :doc: `../gallery/animation/simple_anim `
181181* :doc: `../gallery/animation/strip_chart `
182182* :doc: `../gallery/animation/unchained `
183183
Original file line number Diff line number Diff line change 11"""
2- ==================
3- Animated line plot
4- ==================
2+ ========================
3+ Basic animated line plot
4+ ========================
55
66Output generated via `matplotlib.animation.Animation.to_jshtml`.
7+
8+ .. redirect-from:: /gallery/animation/simple_anim
79"""
810
911import matplotlib .pyplot as plt
@@ -36,3 +38,9 @@ def animate(i):
3638# ani.save("movie.mp4", writer=writer)
3739
3840plt .show ()
41+
42+ # %%
43+ #
44+ # .. tags::
45+ # component: animation,
46+ # level: beginner
You can’t perform that action at this time.
0 commit comments