8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 187e87b + 5722bd1 commit 153813bCopy full SHA for 153813b
tutorials/introductory/images.py
@@ -68,9 +68,9 @@
68
# It's a 24-bit RGB PNG image (8 bits for each of R, G, B). Depending
69
# on where you get your data, the other kinds of image that you'll most
70
# 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.
+# single-channel grayscale (luminosity) images. Download `stinkbug.png
+# <https://raw.githubusercontent.com/matplotlib/matplotlib/master/doc/_static/stinkbug.png>`_
+# to your computer for the rest of this tutorial.
74
#
75
# And here we go...
76
0 commit comments