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 15beac4 commit 6241caaCopy full SHA for 6241caa
episodes/03-skimage-images.md
@@ -388,10 +388,10 @@ 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'.*
+for more details on `cmap`, `vmin` and `vmax`.*
395
396
::::::::::::::: solution
397
0 commit comments