Using colormap with bokeh scatter
In matplotlib the scatterplot offers the possibility of using the color of a plot to indicate value or magnitude like this plot: For bokeh , similar examples seem to manually generate the rgb colors, which makes it difficult to produce plots with color scaled by magnitude, esp. wrt. diverging colormaps. Is it possible to have similar functionality in bokeh , or to use matplotlib colormaps to set the color? It's easy enough to just use matplotlib 's colormaps directly. For example, the following uses viridis in bokeh 's example (note that I'm using a jupyter notebook): import numpy as np from