Skip to content

0.10.1: DataFrame.plot() does not use integer index as ticks for x axis #2726

Closed
@bluefir

Description

@bluefir
df = DataFrame(index=range(99, -1, -1))
df['y'] = range(100)
df.plot()

I observe a 45-degree line while what I expect to see is the -45-degree line (from top left corner to bottom right corner). Am I doing something wrong?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions