Skip to content
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

API: Accept negative value for layout keyword in plot #8071

Closed
TomAugspurger opened this issue Aug 19, 2014 · 1 comment · Fixed by #8297
Closed

API: Accept negative value for layout keyword in plot #8071

TomAugspurger opened this issue Aug 19, 2014 · 1 comment · Fixed by #8297
Milestone

Comments

@TomAugspurger
Copy link
Contributor

Once #7736 is merged, we can add this option

df.plot(subplots=True, layout=(4, -1)

This will behave similar to numpy's reshape method, except that we won't require the number of subplots generated by layout to exactly match the number of subplots in df. We'll just fill in the smallest integer that' sable to hold the subplots.

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

Successfully merging a pull request may close this issue.

2 participants