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
Description of expected behavior and the observed behavior
Expected behavior
I expect the colormaps in categorical plots to map to categories of the plot consistently
Observed behavior
Depending on the type of colormap used, the colors are parsed either linearly or categorically, sometimes even with the same type of colormap
Complete, minimal, self-contained example code that reproduces the issue
ALL software version info
Software Version Info
Description of expected behavior and the observed behavior
Expected behavior
I expect the colormaps in categorical plots to map to categories of the plot consistently
Observed behavior
Depending on the type of colormap used, the colors are parsed either linearly or categorically, sometimes even with the same type of colormap
Complete, minimal, self-contained example code that reproduces the issue
Some data
Using colorcet cmaps
Output
Colors are parsed linearly (Unexpected. Not ideal)
Output
Colors are parsed categorically (Expected)
However, this passing of string names doesn't always work as expected:
Using bokeh color palette directly also doesn't work as expected
Matplotlib ListedColormap works
Stack traceback and/or browser JavaScript console output
None
The text was updated successfully, but these errors were encountered: