Skip to content

Commit 3fad0eb

Browse files
uschillemkcor
andauthored
Update episodes/03-skimage-images.md
Co-authored-by: Marianne Corvellec <marianne.corvellec@ens-lyon.org>
1 parent d292c47 commit 3fad0eb

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
@@ -64,7 +64,7 @@ ax.imshow(chair)
6464
```
6565

6666
Once we have the image in the program,
67-
we first call `plt.subplots()` so that we will have
67+
we first call `fig, ax = plt.subplots()` so that we will have
6868
a fresh figure with a set of axes independent from our previous calls.
6969
Next we call `ax.imshow()` in order to display the image.
7070

0 commit comments

Comments
 (0)