Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. This is fixed by calling `get_attribute` instead which calls to_value and checks if it's an Automatic type which if it is then falls back to the provided default. Fixes #3101
- Loading branch information