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

DataInspector: fix an attribute extraction bug for heatmaps & images #3260

Merged
merged 1 commit into from
Oct 24, 2023

Commits on Oct 24, 2023

  1. DataInspector: fix an attribute extraction bug for heatmaps & images

    If the colorrange attribute is left at default it returns
    MakieCore.Automatic; the method for `get` that was called at
    show_imagelike does not check for this type so the ensuing call to
    interpolated_getindex would fail.
    
    The colorrange is now generically extracted and
    calculated_colors[].colorrange[] is preferred as it contains the actual
    range.
    
    Fixes MakieOrg#3101
    Sagnac committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    65f0c6b View commit details
    Browse the repository at this point in the history