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." ]