Multicategory (>=3 levels) scatter/bloxpot on Plotly?

I need a help to write a Python 3 example code using Plotly to build the Variabily chart (JMP like) below with 3 categories. It shall not be limited to only 3 since it may have categories.

This chart uses only 3 levels where the “Fly time” might be plot in scatter or boxplot fashion.

The values “Initial Speed (kph)”, “Wind Direction” and “Field” are categorical and the response value is “Fly time” which is numeric.

How do I plot the graphic below including at least 3 levels (variables)?

Hi @marcelo ,

Welcome to the forum!

As far as I know this feature has not available on Plotly Python yet.

Even using plotly-2.27.0.min.js version Plotly in javacript, I have tried and it has not implemented yet.

You can check previous post that discussing same topics.

Here is an open issue about multicagory on github

And you can maybe check the solution by richardnm-2 , from github Issues link above.
https://codepen.io/richardnm-2/pen/RwyjMrB.

1 Like

Thank you for sharing it, I am closing this post and watch that thread.

Sadly, I could not find that thread direct from Google. My apologies by opening a redudant one.