Skip to content

Grouped Box Plot with subplots #2097

Closed
Closed
@Melanie-M

Description

@Melanie-M

When using subplots, grouped box plot are overlapping, even though layout.boxmode = 'group'
boxplot_issue

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

No one assigned

    Labels

    bugsomething broken

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions