Skip to content

BUG: hist plot secondary-y doesn't work #9610

Closed
@TomAugspurger

Description

@TomAugspurger

The labels overlap

In [1]: df = pd.DataFrame(np.random.randn(30, 4), columns=list('abcd'))

In [2]: ax = df.a.plot(legend=True)

In [3]: df.b.plot(ax=ax, legend=True)
Out[3]: <matplotlib.axes._subplots.AxesSubplot at 0x10938f6a0>

hist

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