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

Plotting fixes #1254

Merged
merged 3 commits into from Dec 23, 2019
Merged

Plotting fixes #1254

merged 3 commits into from Dec 23, 2019

Conversation

dopplershift
Copy link
Member

Description Of Changes

Checklist

The goal of the original implementation was to avoid triggering
matplotlib backend detection code on import by avoiding importing the
pyplot interface. This seems no longer necessary, and more importantly
it doesn't work just to use figure.show(), so just use plt.show()
@dopplershift dopplershift added Area: Plots Pertains to producing plots Type: Bug Something is not working like it should Type: Maintenance Updates and clean ups (but not wrong) labels Dec 23, 2019
@dopplershift dopplershift added this to the 0.12 milestone Dec 23, 2019
@lgtm-com
Copy link

lgtm-com bot commented Dec 23, 2019

This pull request introduces 1 alert when merging 0284f43 into ff1bb66 - view on LGTM.com

new alerts:

  • 1 for Unused import

This was working around CartoPy <=0.14.3 issues for transforming
vectors. Latest CartoPy is 0.17.0. 0.15.0 is almost 3 years old at this
point, I think we can rely on it.
Without this, things are ending up in an unexpected directory.
Copy link
Collaborator

@kgoebber kgoebber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@dopplershift dopplershift merged commit f394c85 into Unidata:master Dec 23, 2019
@dopplershift dopplershift deleted the plotting-fixes branch December 23, 2019 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Plots Pertains to producing plots Type: Bug Something is not working like it should Type: Maintenance Updates and clean ups (but not wrong)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove Cartopy workaround from stationplot Declarative show() does not pop up GUI
2 participants