File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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::
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 / >`_.
678678First, the figure is saved to a BytesIO object which is then fed to
679679Pillow for further processing::
680680
Original file line number Diff line number Diff line change 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#
You can’t perform that action at this time.
0 commit comments