@@ -194,6 +194,36 @@ Yellowbrick
194194.. image :: /_static/yellowbrick.png
195195 :height: 400px
196196
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
197227
198228Interactivity
199229*************
@@ -209,17 +239,6 @@ MplDataCursor
209239written by Joe Kington to provide interactive "data cursors" (clickable
210240annotation boxes) for Matplotlib.
211241
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-
223242Rendering backends
224243******************
225244
@@ -263,17 +282,6 @@ border, and logo.
263282.. image :: /_static/mpl_template_example.png
264283 :height: 330px
265284
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-
277285blume
278286=====
279287
0 commit comments