Skip to content

Commit 364a299

Browse files
committed
don't forget the plt.show!
1 parent 3e97c18 commit 364a299

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ dataset = rasterio.open('./LC81970242014109LGN00.tif')
447447
show(dataset, ax=ax, cmap='gist_ncar')
448448
```
449449

450+
Remember to show or save the image! For this, run `plt.show()` to show the image, or `plt.savefig('filename.png')` to save the image.
450451

451452
# What have we learned?
452453

0 commit comments

Comments
 (0)