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 d292c47 commit 3fad0ebCopy full SHA for 3fad0eb
episodes/03-skimage-images.md
@@ -64,7 +64,7 @@ ax.imshow(chair)
64
```
65
66
Once we have the image in the program,
67
-we first call `plt.subplots()` so that we will have
+we first call `fig, ax = plt.subplots()` so that we will have
68
a fresh figure with a set of axes independent from our previous calls.
69
Next we call `ax.imshow()` in order to display the image.
70
0 commit comments