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 3e97c18 commit 364a299Copy full SHA for 364a299
index.Rmd
@@ -447,6 +447,7 @@ dataset = rasterio.open('./LC81970242014109LGN00.tif')
447
show(dataset, ax=ax, cmap='gist_ncar')
448
```
449
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.
451
452
# What have we learned?
453
0 commit comments