Radar Chart - predefined figure

Hello,

is there some predefined figure to plot “Radar Chart” like:

image

I would like to chreate if possible not useing multiple figures.

Thank you

Jan

Bokeh is more of a building-block, toolkit library. It does not have much by way of schematized, high-level charts like a radar chart built-in [1]. That is something that we leave to higher level tools to implement on top of Bokeh.


  1. Maybe just hexbin and contour plots due to their necessary computation and data manipulation. ↩︎