Is there a way to plot multiple box plots on top of each other for same x-axis?
I have seen an example with boxmode=‘group’ but is there any mode which will display the box plots overlapping which would look like below

Is there a way to plot multiple box plots on top of each other for same x-axis?
I have seen an example with boxmode=‘group’ but is there any mode which will display the box plots overlapping which would look like below

Here’s how: https://codepen.io/etpinard/pen/JmwMLd
Thank you @etienne That’s exactly what I’m looking for.