Skip to content

Commit 1df5930

Browse files
authored
Update jupyter-notebooks/scipy-2022-workshop/coastline_analysis.ipynb
1 parent d61b216 commit 1df5930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter-notebooks/scipy-2022-workshop/coastline_analysis.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
"outputs": [],
183183
"source": [
184184
"# 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",
185+
"# see also: https://matplotlib.org/stable/tutorials/colors/colormaps.html\n",
186186
"fig = plt.imshow(band_green)\n",
187187
"fig.set_cmap('gist_earth')\n",
188188
"plt.colorbar()\n",

0 commit comments

Comments
 (0)