-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
bugsomething brokensomething broken
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
Metadata
Metadata
Assignees
Labels
bugsomething brokensomething broken