mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
changed '%matplotlib notebook' back to '%matplotlib inline'
This commit is contained in:
parent
557dd8f348
commit
fc30adadea
1 changed files with 1 additions and 1 deletions
|
@ -892,7 +892,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"source": [
|
"source": [
|
||||||
"%matplotlib notebook\n",
|
"%matplotlib inline\n",
|
||||||
"import matplotlib.pyplot as plt\n",
|
"import matplotlib.pyplot as plt\n",
|
||||||
"import matplotlib\n",
|
"import matplotlib\n",
|
||||||
"import cartopy.crs as ccrs\n",
|
"import cartopy.crs as ccrs\n",
|
||||||
|
|
Loading…
Add table
Reference in a new issue