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

Skip to content

Commit 4335a46

Browse files
authored
Update images.py
Added direct link to download 24-bit png file so steps in tutorial work.
1 parent 43e7d3b commit 4335a46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tutorials/introductory/images.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
# the native read fails.
6464
#
6565
# The image used in this example is a PNG file, but keep that Pillow
66-
# requirement in mind for your own data.
66+
# requirement in mind for your own data. Download `stinkbug.png
67+
# <https://raw.githubusercontent.com/matplotlib/matplotlib/master/doc/_static/stinkbug.png>`
6768
#
6869
# Here's the image we're going to play with:
6970
#

0 commit comments

Comments
 (0)