mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Fix xlabels_top and ylabels_right deprecation
This commit is contained in:
parent
b7b09fb5de
commit
a7cb7c55ee
1 changed files with 1 additions and 1 deletions
|
@ -686,7 +686,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",
|
||||
|
|
Loading…
Add table
Reference in a new issue