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: Fixes for overlapping axes in mapdisplay modules. #1029

Merged
merged 1 commit into from
Jan 20, 2022

Conversation

zssherman
Copy link
Collaborator

When parsing a default matplotlib axes for the mapdisplay modules in cartopy 0.19 or higher, a duplicate axes is formed with geoaxes is defined. Removed default defined matplotlib axes as this mapdisplay is utilizing cartopy anyways, so a default geoaxes is defined instead if user provides no projection or axes. Also change of ax.outline_patch to ax.spines['geos'] to removed deprecation warning.

@zssherman zssherman requested a review from rcjackson January 6, 2022 19:29
@zssherman
Copy link
Collaborator Author

@rcjackson If you have a quick minute, for a review.

@zssherman
Copy link
Collaborator Author

example of issue:
overlap

@zssherman zssherman merged commit efdc2a2 into ARM-DOE:main Jan 20, 2022
@mgrover1 mgrover1 added the Docs label Mar 14, 2022
@zssherman zssherman deleted the cartopy_overlap_fix branch April 20, 2022 20:02
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.

2 participants