Skip to content

misplaced spines in dates plot #7138

Closed
Closed
@anntzer

Description

@anntzer

Noticed while investigating the test failure in #7123.

from matplotlib import dates; from datetime import *
plt.plot([datetime(1990, 1, 1), datetime(1990, 1, 1) + timedelta(microseconds=1500)], [0, 0])
plt.show()

1.5.3:
153
2.0b4:
20b4
Note how the horizontal spines are shifted in 2.0b4.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions