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

In transform.py, Use get_facecolor instead #522

Open
arsenyspb opened this issue Aug 3, 2019 · 1 comment
Open

In transform.py, Use get_facecolor instead #522

arsenyspb opened this issue Aug 3, 2019 · 1 comment

Comments

@arsenyspb
Copy link

courses/bdml_fundamentals/demos/earthquakevm/transform.py

FYI:

./transform.py 
{'magnitude': 0.69, 'lat': 38.8016663, 'timestamp': '2019-08-03T04:49:39.810Z', 'lon': -122.8219986}
/usr/lib/python3/dist-packages/mpl_toolkits/basemap/__init__.py:1623: MatplotlibDeprecationWarning: The get_axis_bg
color function was deprecated in version 2.0. Use get_facecolor instead.
  fill_color = ax.get_axis_bgcolor()
/usr/lib/python3/dist-packages/mpl_toolkits/basemap/__init__.py:3260: MatplotlibDeprecationWarning: The ishold func
tion was deprecated in version 2.0.
  b = ax.ishold()
/usr/lib/python3/dist-packages/mpl_toolkits/basemap/__init__.py:3269: MatplotlibDeprecationWarning: axes.hold is de
precated.
    See the API Changes document (http://matplotlib.org/api/api_changes.html)
    for more details.
  ax.hold(b)
@lakshmanok
Copy link
Contributor

thanks ... can you submit a pull-request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants