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 009938b commit d292c47Copy full SHA for d292c47
episodes/03-skimage-images.md
@@ -65,7 +65,7 @@ ax.imshow(chair)
65
66
Once we have the image in the program,
67
we first call `plt.subplots()` so that we will have
68
-a fresh figure with a set of axis independent from our previous calls.
+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
71
Now, we will save the image in another format:
0 commit comments