mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
Fix xlabel_top and ylabel_right deprecation
This commit is contained in:
parent
b961938a1e
commit
f93bdd8d36
1 changed files with 2 additions and 1 deletions
|
@ -151,7 +151,8 @@
|
|||
" fig, ax = plt.subplots(figsize=(16,12),subplot_kw=dict(projection=proj))\n",
|
||||
" ax.set_extent(bbox)\n",
|
||||
" gl = ax.gridlines(draw_labels=True, color='#e7e7e7')\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