Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitf01dc37

Browse files
authored
Merge pull requestmatplotlib#9858 from matplotlib/auto-backport-of-pr-9857
Backport PRmatplotlib#9857 on branch v2.1.0-doc
2 parents33e9a04 +73b5d14 commitf01dc37

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)

[8]ページ先頭

©2009-2025 Movatter.jp