-
Notifications
You must be signed in to change notification settings - Fork 377
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: 'GeoAxesSubplot' object has no attribute '_autoscaleXon' #2086
Comments
What version of CartoPy do you have installed? This is triggered by matplotlib 3.6, and was fixed by the CartoPy 0.21 release. |
I have 0.20.2 (see above in full environment def). I tried to update using |
Ah, missed that environment. Try: |
Tried it, turns out |
@AlxndrLhr just downgrade matplotlib to 3.5.2 and then you don't need the newer cartopy and the GDAL stack dependency issues currently within conda-forge. |
Thanks @akrherz, the downgrading did the trick. Hope you all have a good day. |
Will do bump now. Bug: SciTools/cartopy#2086 Signed-off-by: Sam James <sam@gentoo.org>
pip install --upgrade cartopy cartopy version 0.21.0 |
Thank you. "pip install --upgrade cartopy" has solved my problem. |
hello, can you show me how to downscaling matplotlib3.6 to matplotlib 3.5 with cartopy 0.19? |
matplotlib 3.4.2 same issue suing above versions. |
Then you are not truly using 0.21.1 (wrong environment?) because the string |
Description
While trying to make a map, this triggered an error and wont produce any output.
Code to reproduce
Traceback
Full environment definition
Operating system
Windows 10
Cartopy version
cartopy 0.20.2
conda list
pip list
The text was updated successfully, but these errors were encountered: