Closed
Description
When using subplots, grouped box plot are overlapping, even though layout.boxmode = 'group'
var layout = {
yaxis: {
domain: [0, 0.45],
title: 'axis 1',
},
yaxis2: {
domain: [0.55, 1],
title: 'axis2',
},
boxmode: 'group'
};
Codepen (adapted from the documentation example for grouped box plot)
https://codepen.io/anon/pen/pWqxwZ