Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f01dc37

Browse files
authored
Merge pull request #9858 from matplotlib/auto-backport-of-pr-9857
Backport PR #9857 on branch v2.1.0-doc
2 parents 33e9a04 + 73b5d14 commit f01dc37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/faq/howto_faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ or by saving to a file handle::
674674
import sys
675675
fig.savefig(sys.stdout)
676676

677-
Here is an example using `Pillow <http://python-imaging.github.io/>`_.
677+
Here is an example using `Pillow <https://python-pillow.org/>`_.
678678
First, the figure is saved to a BytesIO object which is then fed to
679679
Pillow for further processing::
680680

tutorials/introductory/images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# ===============================================
5959
#
6060
# Loading image data is supported by the `Pillow
61-
# <http://python-imaging.github.io/>`_ library. Natively, matplotlib only
61+
# <https://python-pillow.org/>`_ library. Natively, matplotlib only
6262
# supports PNG images. The commands shown below fall back on Pillow if the
6363
# native read fails.
6464
#

0 commit comments

Comments
 (0)