Skip to content

BUG: timeseries plot mouse-over indicates incorrect time #6623

Closed
@rosnfeld

Description

@rosnfeld

In pandas 0.13.1 this code produces a plot that, when "moused over", indicates incorrect dates on the 't' (x) axis, despite having the correct axis label.

pd.Series([1, 2, 3], index=pd.date_range('2014-01-01', periods=3, freq='D')).plot()

screenshot

(matplotlib version is 1.3.1)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions