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

FIX: Allow values less than -180 to be wrapped too #1998

Merged
merged 1 commit into from
Sep 8, 2022

Conversation

greglucas
Copy link
Contributor

This adds a check for values less than -180, effectively clipping
all PlateCarree values to be between -180 and 180 after transforms.

Closes #1997

This adds a check for values less than -180, effectively clipping
all PlateCarree values to be between -180 and 180 after transforms.
@greglucas
Copy link
Contributor Author

ping for a review to get this bugfix into v0.21 since it seems pretty small.

@dopplershift
Copy link
Contributor

Definitely seems sensible to make it mirror the handling around +180.

@dopplershift dopplershift merged commit 34402c7 into SciTools:main Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pcolormesh no longer wraps around
2 participants