Fix the labels warning in NEXRAD3 notebook

This commit is contained in:
Shay Carter 2020-09-04 15:01:52 -06:00
parent 558957ef21
commit 0151efccc0

View file

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