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

ENH: Allow passing multiple axes as df.boxplot's ax argument #7069

Closed
onesandzeroes opened this issue May 7, 2014 · 2 comments · Fixed by #7736
Closed

ENH: Allow passing multiple axes as df.boxplot's ax argument #7069

onesandzeroes opened this issue May 7, 2014 · 2 comments · Fixed by #7736
Labels
Milestone

Comments

@onesandzeroes
Copy link
Contributor

As discussed in #6991. At the moment with ax accepting a single axis you cannot map a multi-axis boxplot onto existing axes, but we could allow ax to be an array of axes. Would require:

  • Checking that the number of axes passed is equal to the number of axes the boxplot
    wants to produce.
  • Some documentation to make clear whether the axes get used in row or column order
    (or maybe it could support two-dimensional arrays of axes?)
@jreback
Copy link
Contributor

jreback commented May 16, 2014

is this a new option? #6991 closed as the related PR was merged

@TomAugspurger ?

@TomAugspurger
Copy link
Contributor

iirc that PR handled it for the no subplots case (just a single axis). This would handle multiple axes.

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

Successfully merging a pull request may close this issue.

3 participants