Skip to content

Commit 118ccec

Browse files
authored
Merge pull request #14600 from meeseeksmachine/auto-backport-of-pr-14599-on-v3.1.x
Backport PR #14599 on branch v3.1.x (DOC: Add numpngw to third party packages.)
2 parents 275abe6 + 24a66d9 commit 118ccec

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
551 KB
Loading

doc/thirdpartypackages/index.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,3 +235,14 @@ border, and logo.
235235

236236
.. image:: /_static/mpl_template_example.png
237237
:height: 330px
238+
239+
numpngw
240+
=======
241+
242+
`numpngw <https://pypi.org/project/numpngw/>`_ provides functions for writing
243+
NumPy arrays to PNG and animated PNG files. It also includes the class
244+
``AnimatedPNGWriter`` that can be used to save a Matplotlib animation as an
245+
animated PNG file. See the example on the PyPI page or at the ``numpngw``
246+
`github repository <https://github.com/WarrenWeckesser/numpngw>`_.
247+
248+
.. image:: /_static/numpngw_animated_example.png

0 commit comments

Comments
 (0)