Closed
Description
When importing Basemap
, I get the following Warning:
/home/XXX/anaconda3/lib/python3.5/site-packages/mpl_toolkits/basemap/__init__.py:1767:
MatplotlibDeprecationWarning: The get_axis_bgcolor function was deprecated in version 2.0.
Use get_facecolor instead.
axisbgc = ax.get_axis_bgcolor()
<matplotlib.text.Text at 0x7f1427109128>
So I guess the function in __init__.py
should be updated for being compatible with the newest Matplotlib
Metadata
Metadata
Assignees
Labels
No labels