mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Move the %matplotlib inline code to after imports
This commit is contained in:
parent
d72ee3d740
commit
430e9ccecd
1 changed files with 1 additions and 9 deletions
|
@ -1,14 +1,5 @@
|
||||||
{
|
{
|
||||||
"cells": [
|
"cells": [
|
||||||
{
|
|
||||||
"cell_type": "code",
|
|
||||||
"execution_count": 63,
|
|
||||||
"metadata": {},
|
|
||||||
"outputs": [],
|
|
||||||
"source": [
|
|
||||||
"%matplotlib inline"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
|
@ -53,6 +44,7 @@
|
||||||
"from cartopy.feature import ShapelyFeature\n",
|
"from cartopy.feature import ShapelyFeature\n",
|
||||||
"from shapely.geometry import Polygon\n",
|
"from shapely.geometry import Polygon\n",
|
||||||
"from metpy.plots import StationPlot\n",
|
"from metpy.plots import StationPlot\n",
|
||||||
|
"%matplotlib inline\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# CONUS bounding box and envelope geometry\n",
|
"# CONUS bounding box and envelope geometry\n",
|
||||||
"bbox=[-120, -70, 15, 55]\n",
|
"bbox=[-120, -70, 15, 55]\n",
|
||||||
|
|
Loading…
Add table
Reference in a new issue