-
Notifications
You must be signed in to change notification settings - Fork 394
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
AttributeError: 'Axes' object has no attribute 'get_axis_bgcolor' #395
Comments
I think it is already fixed; the only references to 'get_axis_bgcolor' that I find are protected by a check of the matplotlib version. What version of basemap are you using? |
I'm using basemap 1.0.7, which comes with |
Yes, that's the one to use. |
@sebhahn note that in conda-forge we have separate packages for basemap and the bundle high resolution data. If you need both you can install them with: conda install --channel conda-forge basemap basemap-data-hires If you do not need the extra 100 MB of high resolution data you can just install |
Thanks everybody! |
Since matplotlib 2.2.0 the API has changed:
and basemap throws the exception:
AttributeError: 'Axes' object has no attribute 'get_axis_bgcolor'
Is it possible to fix this easily?
The text was updated successfully, but these errors were encountered: