Skip to content

VIS: plot with use_index=False shouldn't plot the index name #8558

Closed
@TomAugspurger

Description

@TomAugspurger
n [1]: df = pd.Series([1, 2, 3], index=['a', 'b', 'c'])

In [2]: df.index.name = 'The Index'

In [5]: df.plot(use_index=False)
Out[5]: <matplotlib.axes._subplots.AxesSubplot at 0x10b1a1438>

gh

The x axis label

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