Skip to content

hist(by=) breaks when the output does not fill all rows and columns #8256

Closed
@CerebralMastication

Description

@CerebralMastication

Example:

import pandas as pd
pd.Series(randn(1000)).hist(by=randint(0, 6, 1000), sharex=True, sharey=True)

pd.Series(randn(1000)).hist(by=randint(0, 5, 1000), sharex=True, sharey=True)

1
2

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions