@@ -194,6 +194,36 @@ Yellowbrick
194
194
.. image :: /_static/yellowbrick.png
195
195
:height: 400px
196
196
197
+ Animations
198
+ **********
199
+
200
+ animatplot
201
+ ==========
202
+ `animatplot <https://animatplot.readthedocs.io/ >`_ is a library for
203
+ producing interactive animated plots with the goal of making production of
204
+ animated plots almost as easy as static ones.
205
+
206
+ .. image :: /_static/animatplot.png
207
+
208
+ For an animated version of the above picture and more examples, see the
209
+ `animatplot gallery. <https://animatplot.readthedocs.io/en/stable/gallery.html >`_
210
+
211
+ gif
212
+ ===
213
+ `gif <https://github.com/maxhumber/gif/ >`_ is an ultra lightweight animated gif API.
214
+
215
+ .. image :: /_static/gif_attachment_example.png
216
+
217
+ numpngw
218
+ =======
219
+
220
+ `numpngw <https://pypi.org/project/numpngw/ >`_ provides functions for writing
221
+ NumPy arrays to PNG and animated PNG files. It also includes the class
222
+ ``AnimatedPNGWriter `` that can be used to save a Matplotlib animation as an
223
+ animated PNG file. See the example on the PyPI page or at the ``numpngw ``
224
+ `github repository <https://github.com/WarrenWeckesser/numpngw >`_.
225
+
226
+ .. image :: /_static/numpngw_animated_example.png
197
227
198
228
Interactivity
199
229
*************
@@ -209,17 +239,6 @@ MplDataCursor
209
239
written by Joe Kington to provide interactive "data cursors" (clickable
210
240
annotation boxes) for Matplotlib.
211
241
212
- animatplot
213
- ==========
214
- `animatplot <https://animatplot.readthedocs.io/ >`_ is a library for
215
- producing interactive animated plots with the goal of making production of
216
- animated plots almost as easy as static ones.
217
-
218
- .. image :: /_static/animatplot.png
219
-
220
- For an animated version of the above picture and more examples, see the
221
- `animatplot gallery. <https://animatplot.readthedocs.io/en/stable/gallery.html >`_
222
-
223
242
Rendering backends
224
243
******************
225
244
@@ -263,17 +282,6 @@ border, and logo.
263
282
.. image :: /_static/mpl_template_example.png
264
283
:height: 330px
265
284
266
- numpngw
267
- =======
268
-
269
- `numpngw <https://pypi.org/project/numpngw/ >`_ provides functions for writing
270
- NumPy arrays to PNG and animated PNG files. It also includes the class
271
- ``AnimatedPNGWriter `` that can be used to save a Matplotlib animation as an
272
- animated PNG file. See the example on the PyPI page or at the ``numpngw ``
273
- `github repository <https://github.com/WarrenWeckesser/numpngw >`_.
274
-
275
- .. image :: /_static/numpngw_animated_example.png
276
-
277
285
blume
278
286
=====
279
287
0 commit comments