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 d61b216 commit 1df5930Copy full SHA for 1df5930
jupyter-notebooks/scipy-2022-workshop/coastline_analysis.ipynb
@@ -182,7 +182,7 @@
182
"outputs": [],
183
"source": [
184
"# Plot the green band using a non-default colour map & a colour bar\n",
185
- "# see also: https://matplotlib.org/stable/gallery/color/named_colors.html\n",
+ "# see also: https://matplotlib.org/stable/tutorials/colors/colormaps.html\n",
186
"fig = plt.imshow(band_green)\n",
187
"fig.set_cmap('gist_earth')\n",
188
"plt.colorbar()\n",
0 commit comments