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
this is currently not supported by pandas-bokeh. you can only use the buildin colormaps or list of colors. could you give a minimal code example in which such a feature would be nice to have?
I'm trying to plot with a custom colorbar and colormap, but I'm unable to do it. I haven't found a way to add it in.
I am trying to make a custom colorbar with where values are transformed to a custom mapper like this:
0-199 -> red,
200-299 -> 'orange'
300-599 -> 'yellow'
600+ -> 'green'
see here for more details
https://stackoverflow.com/questions/68275944/how-to-make-a-custom-colorbar-and-fill-color-with-geopandas-and-bokeh?
The text was updated successfully, but these errors were encountered: