Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plotting function utilizes deprecated Basemap functions #71

Closed
kuanb opened this issue Apr 25, 2017 · 2 comments
Closed

Plotting function utilizes deprecated Basemap functions #71

kuanb opened this issue Apr 25, 2017 · 2 comments

Comments

@kuanb
Copy link
Member

kuanb commented Apr 25, 2017

Relevant traceback:

/usr/local/lib/python2.7/site-packages/mpl_toolkits/basemap/__init__.py:1623: MatplotlibDeprecationWarning: The get_axis_bgcolor function was deprecated in version 2.0. Use get_facecolor instead.
  fill_color = ax.get_axis_bgcolor()
/usr/local/lib/python2.7/site-packages/mpl_toolkits/basemap/__init__.py:3222: MatplotlibDeprecationWarning: The ishold function was deprecated in version 2.0.
  b = ax.ishold()
/usr/local/lib/python2.7/site-packages/mpl_toolkits/basemap/__init__.py:3231: MatplotlibDeprecationWarning: axes.hold is deprecated.
    See the API Changes document (http://matplotlib.org/api/api_changes.html)
    for more details.
  ax.hold(b)
@fscottfoti
Copy link
Contributor

PRs welcome!

@smmaurer
Copy link
Member

smmaurer commented Aug 7, 2020

See issue #144

@smmaurer smmaurer closed this as completed Aug 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants