Skip to content

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

Closed
@onesandzeroes

Description

@onesandzeroes

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?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions