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.
1 parent 2dde3c4 commit a396db9Copy full SHA for a396db9
episodes/03-skimage-images.md
@@ -389,7 +389,7 @@ range 0-255 of an 8-bit pixel). The results should look like this:
389
{alt='Modified Su-Do-Ku puzzle'}
390
391
*Hint: the `cmap`, `vmin`, and `vmax` parameters of `matplotlib.pyplot.imshow`
392
-will be needed to display the modified image as desired. See the [matplotlib
+will be needed to display the modified image as desired. See the [Matplotlib
393
documentation](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.imshow.html)
394
for more details on `cmap`, `vmin`, and `vmax`.*
395
0 commit comments