Skip to content

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

Closed
@TomAugspurger

Description

@TomAugspurger

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions