8000 Add direct link to 24-bit png file so images tutorial works. · matplotlib/matplotlib@5722bd1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5722bd1

Browse files
majorwittyQuLogic
authored andcommitted
Add direct link to 24-bit png file so images tutorial works.
1 parent 187e87b commit 5722bd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/introductory/images.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
# It's a 24-bit RGB PNG image (8 bits for each of R, G, B). Depending
6969
# on where you get your data, the other kinds of image that you'll most
7070
# likely encounter are RGBA images, which allow for transparency, or
71-
# single-channel grayscale (luminosity) images. You can right click on
72-
# it and choose "Save image as" to download it to your computer for the
73-
# rest of this tutorial.
71+
# single-channel grayscale (luminosity) images. Download `stinkbug.png
72+
# <https://raw.githubusercontent.com/matplotlib/matplotlib/master/doc/_static/stinkbug.png>`_
73+
# to your computer for the rest of this tutorial.
7474
#
7575
# And here we go...
7676

0 commit comments

Comments
 (0)
0