-
-
Notifications
You must be signed in to change notification settings - Fork 312
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. The colorrange is now generically extracted and calculated_colors[].colorrange[] is preferred as it contains the actual range. Fixes #3101
- Loading branch information
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters