@@ -194,16 +194,40 @@ Yellowbrick
194194.. image :: /_static/yellowbrick.png
195195 :height: 400px
196196
197+ Animations
198+ **********
197199
198- Interactivity
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 >`_
200210
201211gif
202212===
203- `gif <https://github.com/maxhumber/gif/ >`_ is an ultra lightweight API to make animated gifs .
213+ `gif <https://github.com/maxhumber/gif/ >`_ is an ultra lightweight animated gif API .
204214
205215.. image :: /_static/gif_attachment_example.png
206216
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
227+
228+ Interactivity
229+ *************
230+
207231mplcursors
208232==========
209233`mplcursors <https://mplcursors.readthedocs.io >`_ provides interactive data
@@ -215,17 +239,6 @@ MplDataCursor
215239written by Joe Kington to provide interactive "data cursors" (clickable
216240annotation boxes) for Matplotlib.
217241
218- animatplot
219- ==========
220- `animatplot <https://animatplot.readthedocs.io/ >`_ is a library for
221- producing interactive animated plots with the goal of making production of
222- animated plots almost as easy as static ones.
223-
224- .. image :: /_static/animatplot.png
225-
226- For an animated version of the above picture and more examples, see the
227- `animatplot gallery. <https://animatplot.readthedocs.io/en/stable/gallery.html >`_
228-
229242Rendering backends
230243******************
231244
@@ -269,17 +282,6 @@ border, and logo.
269282.. image :: /_static/mpl_template_example.png
270283 :height: 330px
271284
272- numpngw
273- =======
274-
275- `numpngw <https://pypi.org/project/numpngw/ >`_ provides functions for writing
276- NumPy arrays to PNG and animated PNG files. It also includes the class
277- ``AnimatedPNGWriter `` that can be used to save a Matplotlib animation as an
278- animated PNG file. See the example on the PyPI page or at the ``numpngw ``
279- `github repository <https://github.com/WarrenWeckesser/numpngw >`_.
280-
281- .. image :: /_static/numpngw_animated_example.png
282-
283285blume
284286=====
285287
0 commit comments