-
-
Notifications
You must be signed in to change notification settings - Fork 9
Implement range_color #276
Copy link
Copy link
Open
Labels
COLORRelated to colouring optionsRelated to colouring optionsP:4Priority 4Priority 4enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
COLORRelated to colouring optionsRelated to colouring optionsP:4Priority 4Priority 4enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Add support for
range_colorFor example, if a color range of
[100, 200]is used with the["blue", "green", "red"]color scale, then any instance with a color value of 100 or less will be blue, and 200 or more will be red. Anything in between will be interpolated as usual.Ref: https://plotly.com/python/colorscales/#explicitly-setting-a-color-range