Skip to content

Update get_axis_bgcolor #335

Closed
Closed
@davidcortesortuno

Description

@davidcortesortuno

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions