Convert custom colormap from matplotlib to bokeh palette
whitews opened this issue · 1 comments
whitews commented
One of the first things to change for the transition to bokeh is the custom color map used for the "heat" density plots. This is defined in plot_utils as "new_jet" and is a variation of the "jet" color map from matplotlib. This currently works for the bokeh plots but depends on matplotlib API calls. I think a bokeh palette is just a list of color codes (hex codes?).
whitews commented
completed in upcoming 1.1.0 release