Skip to content

Commit e3d65e0

Browse files
JeremyPikemkcor
andauthored
text correction
Co-authored-by: Marianne Corvellec <marianne.corvellec@ens-lyon.org>
1 parent 604f45d commit e3d65e0

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
@@ -412,7 +412,7 @@ Then change all bright pixel values greater than 192 to 192:
412412
sudoku_gray_background[sudoku_gray_background > 192] = 192
413413
```
414414

415-
Finally, display the original and modified images. Note that we have to specify `vmin=0` and `vmax=255` as the range of the colorscale because it would otherwise automatically adjust to the new range 0-192.
415+
Finally, display the original and modified images side by side. Note that we have to specify `vmin=0` and `vmax=255` as the range of the colorscale because it would otherwise automatically adjust to the new range 0-192.
416416

417417
```python
418418
fig, ax = plt.subplots()

0 commit comments

Comments
 (0)