I want to create a plot which shows the wind speed with the wind direction at each point, something like this:
But I have hit a roadblock when creating the triangles which represent the wind direction. The triangle in Bokeh is equilateral and I want the triangles to be isosceles, so it clearly show the direction.
Is there a way to do this?
Can see there is a non-glyph method described here: https://stackoverflow.com/questions/55197790/is-it-possible-to-easily-modify-create-a-custom-scatter-marker-for-bokeh-plots. But I feel like there should be a more elegant solution with glyphs.