From e3ad74cc0a87fcdd4c8793dc8538b0dd5fa1d7e9 Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Tue, 1 Jun 2021 16:42:35 -0600 Subject: [PATCH] Small change to grids and cartopy notebook: - made the two plotting sections (with pcolormesh and cartopy) subsections of the "Use the Grid Data!" section --- examples/notebooks/Grids_and_Cartopy.ipynb | 24 +++------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/examples/notebooks/Grids_and_Cartopy.ipynb b/examples/notebooks/Grids_and_Cartopy.ipynb index b7664c6..9965232 100644 --- a/examples/notebooks/Grids_and_Cartopy.ipynb +++ b/examples/notebooks/Grids_and_Cartopy.ipynb @@ -38,7 +38,7 @@ }, "source": [ "

Table of Contents

\n", - "
" + "
" ] }, { @@ -234,16 +234,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Top\n", - "\n", - "---" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Plot Using pcolormesh\n", + "### Plot Using pcolormesh\n", "\n", "This example shows how to use [matplotlib.pyplot.pcolormesh](https://matplotlib.org/3.3.3/api/_as_gen/matplotlib.pyplot.pcolormesh.html) to create a colorized plot. We use our **make_map** function to create a subplot and then we create a color scale (cs) and colorbar (cbar) with a label for our plot." ] @@ -297,16 +288,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Top\n", - "\n", - "---" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Plot Using contourf\n", + "### Plot Using contourf\n", "\n", "This example shows how to use [matplotlib.pyplot.contourf](https://matplotlib.org/3.3.3/api/_as_gen/matplotlib.pyplot.contourf.html) to create a colorized plot. We use our **make_map** function to create a subplot and then we create a color scale (cs2) and colorbar (cbar2) with a label for our plot." ]