mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Fix the labels warning in NEXRAD3 notebook
This commit is contained in:
parent
558957ef21
commit
0151efccc0
1 changed files with 2 additions and 2 deletions
|
@ -507,7 +507,7 @@
|
|||
" ax.set_extent(bbox)\n",
|
||||
" ax.coastlines(resolution='50m')\n",
|
||||
" gl = ax.gridlines(draw_labels=True)\n",
|
||||
" gl.xlabels_top = gl.ylabels_right = False\n",
|
||||
" gl.top_labels = gl.right_labels = False\n",
|
||||
" gl.xformatter = LONGITUDE_FORMATTER\n",
|
||||
" gl.yformatter = LATITUDE_FORMATTER\n",
|
||||
" return fig, ax\n",
|
||||
|
@ -577,7 +577,7 @@
|
|||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.6.6"
|
||||
"version": "3.8.5"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
|
Loading…
Add table
Reference in a new issue