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

DM-20551: Add a number of bug-fixes and requested features to display_matplotlib #11

Merged
merged 1 commit into from
Feb 7, 2020

Commits on Feb 7, 2020

  1. Various improvements/bugfixes

    Implement erase() properly
    Support sexagesimal formatting of coordinates
       Either via a parameter to the ctor, or via an extension API;
       both called useSesagesimal
    
       Also make dpi a real arg, not kwargs (why did I do that?)
    Fix matplotlib errors/warnings
    Show WCS in degrees not radians
    Set better vmax for asinh stretches
    Add support for passing a matplotlib figure as the frame
    set_colorbar() the default
    Obey scale(..., maskedPixel=XXX)
       Currently only implemented for minmax; see DM-16565
    RobertLuptonTheGood committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    f779797 View commit details
    Browse the repository at this point in the history