-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
[Bug]: fill_between
order matters with pandas index
#28505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I do not think there is anything we can do upstream for this, Pandas is calling From the perspective of Matplotlib, we are being asked to clear and are clearing, so working as intended. (Note, I only actually saw the Discussion on whether or not pandas should be clearing kind of have to be directed to Pandas at that point, however. |
Gotcha. Thanks for looking into it. Just edited the original message with a larger grid. Seems it is under pandas control. Will raise there! |
Uh oh!
There was an error while loading. Please reload this page.
Bug summary
The ordering of
fill_between
and pandas.DataFrame/Series.plot with datetime index differsCode for reproduction
Actual outcome
Expected outcome
Both orders would work the same
Additional information
No response
Operating system
No response
Matplotlib Version
3.8.3
EDIT: 3.9.0 as well
Matplotlib Backend
No response
Python version
No response
Jupyter version
No response
Installation
None
The text was updated successfully, but these errors were encountered: