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

Skip to content

Commit d776ee2

Browse files
committed
Updated animation_api.rst
1 parent 7685493 commit d776ee2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

doc/api/animation_api.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,25 @@ function::
165165
A third method is to use closures to build up the required
166166
artists and functions. A fourth method is to create a class.
167167

168+
Examples
169+
~~~~~~~~
170+
* :doc:`../gallery/animation/animate_decay`
171+
* :doc:`../gallery/animation/bayes_update`
172+
* :doc:`../gallery/animation/double_pendulum`
173+
* :doc:`../gallery/animation/animated_histogram`
174+
* :doc:`../gallery/animation/rain`
175+
* :doc:`../gallery/animation/random_walk`
176+
* :doc:`../gallery/animation/simple_anim`
177+
* :doc:`../gallery/animation/strip_chart`
178+
* :doc:`../gallery/animation/unchained`
179+
168180
``ArtistAnimation``
169181
-------------------
170182

183+
Examples
184+
~~~~~~~~
185+
* :doc:`../gallery/animation/dynamic_image`
186+
171187
Writer Classes
172188
==============
173189

@@ -246,6 +262,10 @@ strongly encouraged to use the `~.AbstractMovieWriter.saving` context manager::
246262

247263
to ensure that setup and cleanup are performed as necessary.
248264

265+
Examples
266+
--------
267+
* :doc:`../gallery/animation/frame_grabbing_sgskip`
268+
249269
.. _ani_writer_classes:
250270

251271
Helper Classes

0 commit comments

Comments
 (0)