Ternary Plot

Hello community,

I need to build a ternary diagram plot. Here is one from Plotly
I wonder if there is a way to do it on Bokeh since I’ve used it for everything else.

Thanks for any guidance provided!

1 Like

@delta575 You can certainly draw a ternary plot with Bokeh, no question, but there is nothing currently built in to Bokeh that would help with this directly. You would need to draw any axes labels, grid lines, etc. manually yourself, and you would need to convert from ternary coordinates to some arbitrary cartesian frame as well.

I would not be opposed to thinking about ways to make ternary plots more accessible, but it will require new development and would be most likely to happen with a motivated collaborator. In any case, a GithHub issue would be the place to discuss a feature request.

2 Likes