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 8b7765f commit 2a74b15Copy full SHA for 2a74b15
episodes/03-skimage-images.md
@@ -388,7 +388,7 @@ range 0-255 of an 8-bit pixel). The results should look like this:
388
389
{alt='Modified Su-Do-Ku puzzle'}
390
391
-*Hint: the `cmap`, `vmin` and `vmax` parameters of `matplotlib.pyplot.imshow`
+*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
393
documentation](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.imshow.html)
394
for more details on `cmap`, `vmin` and `vmax`.*
0 commit comments