Move the %matplotlib inline code to after imports

This commit is contained in:
srcarter3 2020-09-09 11:18:35 -06:00 committed by GitHub
parent d72ee3d740
commit 430e9ccecd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",