Skip to content

Commit

Permalink
Capitalize Matplotlib
Browse files Browse the repository at this point in the history
Co-authored-by: Marianne Corvellec <[email protected]>
  • Loading branch information
JeremyPike and mkcor authored Dec 11, 2023
1 parent 2dde3c4 commit a396db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/03-skimage-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ range 0-255 of an 8-bit pixel). The results should look like this:
![](fig/sudoku-gray.png){alt='Modified Su-Do-Ku puzzle'}

*Hint: the `cmap`, `vmin`, and `vmax` parameters of `matplotlib.pyplot.imshow`
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
documentation](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.imshow.html)
for more details on `cmap`, `vmin`, and `vmax`.*

Expand Down

0 comments on commit a396db9

Please sign in to comment.