-
Notifications
You must be signed in to change notification settings - Fork 368
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
Incompatible with matplotlib 3 #1126
Comments
NOTE: This is only a problem if you use the |
I don't think I had anything to do w/ that PR 😉 |
Sorry @jklymak. You're right. I looked at the new PRs that were merged after the associated commit in the commit history. I can't find a PR for this commit. Maybe it was done with a direct push? |
Found it: matplotlib/matplotlib#10918 |
I think this is fixed by matplotlib 3.0.1. |
Description
It seems some small changes in matplotlib 3.x are causing exceptions in cartopy. The commit in matplotlib that broke things in cartopy is:
matplotlib/matplotlib@86fe16b#diff-43183989add1c60a82728118bd9efe98R2714
The issue is that the
img
data inimshow
is no longer passed as a positional argument but rather as theX
keyword argument.Code to reproduce
Traceback
Full environment definition
Operating system
Cartopy version
conda list
pip list
The text was updated successfully, but these errors were encountered: