-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
BUG: incorrect error bar colors when NaN values are present #13799
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
Labels
Milestone
Comments
This was referenced Apr 1, 2019
Closed
henryhu123
added a commit
to CSCD01-team20/matplotlib
that referenced
this issue
Mar 10, 2020
DennisTismenko
added a commit
to CSCD01-team20/matplotlib
that referenced
this issue
Mar 10, 2020
6 tasks
DennisTismenko
pushed a commit
to CSCD01-team20/matplotlib
that referenced
this issue
Mar 11, 2020
New test cases for errorbar color with invalid points.
DennisTismenko
added a commit
to CSCD01-team20/matplotlib
that referenced
this issue
Mar 11, 2020
DennisTismenko
pushed a commit
to CSCD01-team20/matplotlib
that referenced
this issue
Mar 11, 2020
DennisTismenko
pushed a commit
to CSCD01-team20/matplotlib
that referenced
this issue
Mar 12, 2020
Combine array masks rather than deleting masked points to maintain consistency across the project. Add appropriate test cases for validating color correctness for hlines and vlines. Fixes issue matplotlib#13799.
DennisTismenko
pushed a commit
to CSCD01-team20/matplotlib
that referenced
this issue
Mar 13, 2020
Combine array masks rather than deleting masked points to maintain consistency across the project. Add appropriate test cases for validating color correctness for hlines and vlines. Fixes issue matplotlib#13799.
DennisTismenko
pushed a commit
to CSCD01-team20/matplotlib
that referenced
this issue
Mar 13, 2020
Combine array masks rather than deleting masked points to maintain consistency across the project. Add appropriate test cases for validating color correctness for hlines and vlines. Fixes issue matplotlib#13799.
DennisTismenko
pushed a commit
to CSCD01-team20/matplotlib
that referenced
this issue
Mar 13, 2020
Combine array masks rather than deleting masked points to maintain consistency across the project. Add appropriate test cases for validating color correctness for hlines and vlines. Fixes issue matplotlib#13799.
DennisTismenko
pushed a commit
to CSCD01-team20/matplotlib
that referenced
this issue
Mar 13, 2020
Combine array masks rather than deleting masked points to maintain consistency across the project. Add appropriate test cases for validating color correctness for hlines and vlines. Fixes issue matplotlib#13799.
timhoffm
pushed a commit
that referenced
this issue
Mar 22, 2020
* Resolve inconsistent NaN handling behaviour Combine array masks rather than deleting masked points to maintain consistency across the project. Add appropriate test cases for validating color correctness for hlines and vlines. Fixes issue #13799. * Fix test cases based on feedback * Improved test cases * Refactor masked vertices creation * Refactor hlines and vlines Co-authored-by: Dennis Tismenko <dtismenkodeveloper@gmail.com>
Closed by #16724. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Bug summary
When using variable colors for error bars, the colors are incorrect/shifted if NaN values are present.
Code for reproduction
Actual outcome
Expected outcome
Matplotlib version
The text was updated successfully, but these errors were encountered: