Skip to content

Commit 253693d

Browse files
authored
Update episodes/02-image-basics.md
1 parent f474fc5 commit 253693d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

episodes/02-image-basics.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@ zero = iio.imread(uri="data/eight.tif")
290290
zero[2,1]= 1.0
291291

292292
# The following line of code creates a new figure for imshow to use in displaying our output.
293-
# Without it, the image would overwrite our previous image in the cell above
294293
fig, ax = plt.subplots()
295294
ax.imshow(zero)
296295
print(zero)

0 commit comments

Comments
 (0)