Skip to content

DOC: boxplot documentation for layout parameter is not correct.  #50646

Closed
@mehdimo

Description

@mehdimo

Pandas version checks

  • I have checked that the issue still exists on the latest versions of the docs on main here

Location of the documentation

https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.boxplot.html

Documentation problem

Te doc that describes layout parameter for boxplot needs to be change to accurately represent the implementation.
The current documentation read:

layout : tuple (rows, columns), optional
For example, (3, 5) will display the subplots using 3 columns and 5 rows, starting from the top-left.

Suggested fix for documentation

layout : tuple (rows, columns), optional
For example, (3, 5) will display the subplots using 3 rows and 5 columns, starting from the top-left.

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocsNeeds TriageIssue that has not been reviewed by a pandas team member

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions