Skip to content

Grouped Box Plot with subplots #2097

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Melanie-M opened this issue Oct 18, 2017 · 4 comments
Closed

Grouped Box Plot with subplots #2097

Melanie-M opened this issue Oct 18, 2017 · 4 comments
Labels
bug something broken

Comments

@Melanie-M
Copy link

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

@alexcjohnson
Copy link
Collaborator

Good catch @Melanie-M - and thanks for the clear codepen.

@alexcjohnson alexcjohnson added the bug something broken label Oct 18, 2017
@etpinard
Copy link
Contributor

Essentially the same problem as #78

@majorrabbit
Copy link

+1
Box plot with 2 axes and grouping also not working.

@etpinard
Copy link
Contributor

This one got fixed by #3445 in v1.44.0.

See updated codepen: https://codepen.io/etpinard/pen/pGQjNL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

No branches or pull requests

4 participants