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

Rework SkewT tranform #1125

Merged
merged 2 commits into from Aug 19, 2019
Merged

Rework SkewT tranform #1125

merged 2 commits into from Aug 19, 2019

Commits on Aug 16, 2019

  1. Rework SkewT transform to work in pixel space (Fixes Unidata#209)

    This changes to apply the skewing last, which fixes some issues caused
    by working in normalized axes coordinates, like problems when the aspect
    ratio of the plot wasn't square. This likely paves the way for better
    handling of data aspect ratio for skewT now too. The key here is to use
    matplotlib's transform framework to listen for changes to the axes bbox,
    so that the transform can update to use the proper origin for the
    skewing.
    dopplershift committed Aug 16, 2019
    Copy the full SHA
    119bdd3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bdcad95 View commit details
    Browse the repository at this point in the history