whitews/FlowKit

Convert custom colormap from matplotlib to bokeh palette

whitews opened this issue · 1 comments

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?).

completed in upcoming 1.1.0 release