Skip to content

regression: bar plot with multi-column category doesn't work anymore #21386

Open
@soxofaan

Description

@soxofaan

Code Sample, a copy-pastable example if possible

Doing a bar plot using a multi-column category used to work

df.plot.barh(x=['fruit', 'animal'], y='size')

In pandas 0.22.0:
screen shot 2018-06-08 at 16 34 51

since pandas 0.23.0:
screen shot 2018-06-08 at 16 39 36

Is it intended that this stopped working?
I kind of liked the feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugRegressionFunctionality that used to work in a prior pandas versionVisualizationplotting

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions