Skip to content

Add support for cartopy v0.18 #158

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

Merged
merged 19 commits into from
May 11, 2020
Merged

Add support for cartopy v0.18 #158

merged 19 commits into from
May 11, 2020

Conversation

lukelbd
Copy link
Collaborator

@lukelbd lukelbd commented May 10, 2020

Resolves #21 and resolves #148. This PR will add support for cartopy 0.18. Some attribute names were deprecated that proplot uses internally, several bugs were fixed (so proplot's bug fix monkey patches are no longer necessary), and a new bug was introduced that required a new bug fix monkey patch.

This PR offers support for cartopy's LongitudeFormatter and LatitudeFormatter formatters, and uses LongitudeLocator and LatitudeLocator to determine longitude and latitude gridline locations by default, unless the user specifies some custom gridline interval/gridline locations. It also adds rc['geogrid.rotatelabels'] and rc['geogrid.labelpad'] rc settings.

@lukelbd lukelbd merged commit eb97323 into master May 11, 2020
@lukelbd lukelbd deleted the cartopy-0.18 branch May 11, 2020 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error about xticklabel in geoaxes Non-mercator ticks available in cartopy
1 participant