X Tutup
Skip to content

Add num2timedelta method with test#8870

Merged
phobson merged 2 commits intomatplotlib:masterfrom
dstansby:plot-timedelta
Aug 7, 2017
Merged

Add num2timedelta method with test#8870
phobson merged 2 commits intomatplotlib:masterfrom
dstansby:plot-timedelta

Conversation

@dstansby
Copy link
Copy Markdown
Member

This allows Matplotlib's internal representation of dates/times (float number of days) to be converted to timedelta objects. This will eventually allow timedelta objects to be plotted (see #8869 for tracker issue).

Copy link
Copy Markdown
Member

@tacaswell tacaswell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docstring needs to be updated to match the variable outputs. Otherwise 👍


Returns
-------
:class:`timedelta`
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a timedelta or list[timedelta]

@tacaswell tacaswell added this to the 2.1 (next point release) milestone Jul 13, 2017
@phobson phobson merged commit 95e5655 into matplotlib:master Aug 7, 2017
@dstansby dstansby deleted the plot-timedelta branch August 7, 2017 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup