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

Commits on Dec 23, 2019

  1. BUG: Fix declarative show() (Fixes Unidata#1207)

    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 committed Dec 23, 2019
    Copy the full SHA
    ac8c818 View commit details
    Browse the repository at this point in the history
  2. MNT: Remove outdated CartoPy work-around (Fixes Unidata#1229)

    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.
    dopplershift committed Dec 23, 2019
    Copy the full SHA
    9c8632f View commit details
    Browse the repository at this point in the history
  3. MNT: Fix upload location for wheelhouse from Travis

    Without this, things are ending up in an unexpected directory.
    dopplershift committed Dec 23, 2019
    Copy the full SHA
    a3fbe3c View commit details
    Browse the repository at this point in the history