Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f01dc37

Browse filesBrowse 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
Copy full SHA for f01dc37

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎doc/faq/howto_faq.rst

Copy file name to clipboardExpand all lines: doc/faq/howto_faq.rst
+1-1Lines 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

Copy file name to clipboardExpand all lines: tutorials/introductory/images.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.