Skip to content

Commit fbab04c

Browse files
quist00tobyhodges
andauthored
Update _episodes/03-skimage-images.md
Co-authored-by: Toby Hodges <tbyhdgs@gmail.com>
1 parent cee6948 commit fbab04c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

episodes/03-skimage-images.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ plt.imshow(image)
108108
~~~
109109
{: .language-python}
110110

111-
Once we have the image in the program, we first call `plt.subplots()` so that we will have a fresh figure with a set of axis independent from our previous calls. Next we call `plt.imshow()` in order to display the image.
111+
Once we have the image in the program, we first call `plt.subplots()` so that we
112+
will have a fresh figure with a set of axis independent from our previous calls.
113+
Next we call `plt.imshow()` in order to display the image.
112114

113115
> ## Why not use `skimage.io.imshow()`
114116
>

0 commit comments

Comments
 (0)