Continuous x scale, multi-line boxplot

Hello, I am trying to generate a boxplot where the x axis is unequally spaced, and there are several curves going of different covers. In effect a line+marker plot, where the markers the box and whiskers. The latest seaborn supports this, so I assume it’s not too nice and application.

I have looked all over, but this seems to be impossible in plotly? Thanks!

Turned out to be quite straightforward, but not explicitly shown/mentioned in the docs.

If you just use graph_object.Box, it automatically interprets the x axis as a continuous variable.