Can I plot a colorbar for a bokeh heatmap?

前端 未结 6 1531
再見小時候
再見小時候 2020-12-30 06:26

Does bokeh have a simple way to plot the colorbar for a heatmap?

In this example it would be a strip illustrating how colors correspond to values.

6条回答
  •  轮回少年
    2020-12-30 07:17

    Since the 0.12.3 version Bokeh has the ColorBar.

    This documentation was very useful to me:

    http://docs.bokeh.org/en/dev/docs/user_guide/annotations.html#color-bars

提交回复
热议问题