diff --git a/examples/notebooks/Colored_Surface_Temperature_Plot.ipynb b/examples/notebooks/Colored_Surface_Temperature_Plot.ipynb index cf86623..4b10da3 100644 --- a/examples/notebooks/Colored_Surface_Temperature_Plot.ipynb +++ b/examples/notebooks/Colored_Surface_Temperature_Plot.ipynb @@ -1,14 +1,5 @@ { "cells": [ - { - "cell_type": "code", - "execution_count": 63, - "metadata": {}, - "outputs": [], - "source": [ - "%matplotlib inline" - ] - }, { "cell_type": "markdown", "metadata": {}, @@ -53,6 +44,7 @@ "from cartopy.feature import ShapelyFeature\n", "from shapely.geometry import Polygon\n", "from metpy.plots import StationPlot\n", + "%matplotlib inline\n", "\n", "# CONUS bounding box and envelope geometry\n", "bbox=[-120, -70, 15, 55]\n",