8000 Enable plotting of timedeltas · Issue #8869 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
8000
Enable plotting of timedeltas #8869
Open
@dstansby

Description

@dstansby

This is a general issue to track progress in enabling the plotting of timedelta objects. The eventual aim is for code like this to work:

import matplotlib.pyplot as plt
from datetime import timedelta

x = [1, 2]
y = [timedelta(seconds=1), timedelta(seconds=2)]
fig, ax = plt.subplots()
ax.scatter(x, y)
plt.show()

TODO

Metadata

Metadata

Assignees

No one assigned

    Labels

    keepItems to be ignored by the “Stale” Github Actiontopic: date handling

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0