File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -674,7 +674,7 @@ or by saving to a file handle::
674
674
import sys
675
675
fig.savefig(sys.stdout)
676
676
677
- Here is an example using `Pillow <http ://python-imaging.github.io / >`_.
677
+ Here is an example using `Pillow <https ://python-pillow.org / >`_.
678
678
First, the figure is saved to a BytesIO object which is then fed to
679
679
Pillow for further processing::
680
680
Original file line number Diff line number Diff line change 58
58
# ===============================================
59
59
#
60
60
# 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
62
62
# supports PNG images. The commands shown below fall back on Pillow if the
63
63
# native read fails.
64
64
#
You can’t perform that action at this time.
0 commit comments