-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
FIX errorbar problem with fillstyle #19784
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
FIX errorbar problem with fillstyle #19784
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! But we should make sure there is a test for this...
c186650
to
c368596
Compare
OK, a test has been added. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems OK? I guess I don't understand error bar adequately to say why this fixes the original problem, and the test doesn't really test the original problem? But I didn't spend any time on it.
c368596
to
4b6f658
Compare
This problem was introduced in the commit 0782c74 (#17930), in which the way of plotting Line2D has been modified, and the |
Thanks @smartlixx ! |
…784-on-v3.4.x Backport PR #19784 on branch v3.4.x (FIX errorbar problem with fillstyle)
PR Summary
close #19776.
I don't know if this is exactly the reason for the problem, but it can fix the reported problem.
PR Checklist
pytest
passes).flake8
on changed files to check).flake8-docstrings
and runflake8 --docstring-convention=all
).doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).