mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
fix xlabels_top and ylabels_right deprecation
This commit is contained in:
parent
441e686e0c
commit
b961938a1e
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
" subplot_kw=dict(projection=projection))\n",
|
||||
" ax.set_extent(bbox)\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"
|
||||
|
|
Loading…
Add table
Reference in a new issue