File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -165,9 +165,25 @@ function::
165
165
A third method is to use closures to build up the required
166
166
artists and functions. A fourth method is to create a class.
167
167
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
+
168
180
``ArtistAnimation ``
169
181
-------------------
170
182
183
+ Examples
184
+ ~~~~~~~~
185
+ * :doc: `../gallery/animation/dynamic_image `
186
+
171
187
Writer Classes
172
188
==============
173
189
@@ -246,6 +262,10 @@ strongly encouraged to use the `~.AbstractMovieWriter.saving` context manager::
246
262
247
263
to ensure that setup and cleanup are performed as necessary.
248
264
265
+ Examples
266
+ --------
267
+ * :doc: `../gallery/animation/frame_grabbing_sgskip `
268
+
249
269
.. _ani_writer_classes :
250
270
251
271
Helper Classes
You can’t perform that action at this time.
0 commit comments