You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create a LinearColormap or a StepColormap with a list of tuples of ints as argument for the colors parameter, it is no longer converted to floats and leads to incorrect results.
When I create a
LinearColormap
or aStepColormap
with a list of tuples of ints as argument for thecolors
parameter, it is no longer converted to floats and leads to incorrect results.Current behaviour (v0.8.0 v0.8.1):
Expected behaviour (v0.7.2):
This seems to be due to the internal
_parse_color
function that was broken in 8a8a214#diff-6886114fc8e4fd6197705978c768e1f49469e2455fb1c4a8efda26a7b11bfa0bL51.Current behaviour (v0.8.0 v0.8.1):
Expected behaviour (v0.7.2):
The text was updated successfully, but these errors were encountered: