Skip to content

BUG: Fix for #37454: allow reversed axis when plotting with TimedeltaIndex - #37469

Merged
jreback merged 18 commits into
pandas-dev:masterfrom
theavey:master
Nov 18, 2020
Merged

BUG: Fix for #37454: allow reversed axis when plotting with TimedeltaIndex#37469
jreback merged 18 commits into
pandas-dev:masterfrom
theavey:master

Conversation

@theavey

@theavey theavey commented Oct 28, 2020

Copy link
Copy Markdown
Contributor

@arw2019 arw2019 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks @theavey for the PR!

A suggestion re: wording on the whatsnew note, otherwise LGTM

Comment thread doc/source/whatsnew/v1.1.4.rst Outdated
@theavey theavey changed the title Fix for #37454: allow reversed axis when plotting with TimedeltaIndex BUG: Fix for #37454: allow reversed axis when plotting with TimedeltaIndex Oct 29, 2020
@jreback jreback added this to the 1.2 milestone Oct 31, 2020

@jreback jreback left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

can you add the actual plotting tests from the OP (both working and non-working)
pandas/tests/plotting/tests_series.py is prob fine.
pls merge master and ping on green.

Comment thread doc/source/whatsnew/v1.1.4.rst Outdated

@jreback jreback left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

lgtm with comment. ping on greenish.

Comment thread pandas/tests/plotting/test_converter.py Outdated
@theavey

theavey commented Nov 2, 2020

Copy link
Copy Markdown
Contributor Author

@jreback, looks like everything is working except some unrelated failures with FutureWarning.

@theavey

theavey commented Nov 12, 2020

Copy link
Copy Markdown
Contributor Author

@jreback, I think this is good to go

@jreback
jreback merged commit 79a184a into pandas-dev:master Nov 18, 2020
@jreback

jreback commented Nov 18, 2020

Copy link
Copy Markdown
Contributor

thanks @theavey very nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ValueError raised when plottting reversed fixed-frequency TimedeltaIndex

3 participants