Skip to content

Commit a396db9

Browse files
JeremyPikemkcor
andauthored
Capitalize Matplotlib
Co-authored-by: Marianne Corvellec <marianne.corvellec@ens-lyon.org>
1 parent 2dde3c4 commit a396db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/03-skimage-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ range 0-255 of an 8-bit pixel). The results should look like this:
389389
![](fig/sudoku-gray.png){alt='Modified Su-Do-Ku puzzle'}
390390

391391
*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
392+
will be needed to display the modified image as desired. See the [Matplotlib
393393
documentation](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.imshow.html)
394394
for more details on `cmap`, `vmin`, and `vmax`.*
395395

0 commit comments

Comments
 (0)