Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Fixes incorrect error bar colors when NaN values are present#13825
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Please give your PRs descriptive titles; what does this change do? |
Hi, This PR pertains to issue reported in#13799. My change will look into the corresponding index of the color of X & Y where there are np.nan, and remove them. Regards, |
I think(??) the correct fix is to keep the invalid values in everywhere but not plot them, similarly to#12422. |
kasanitej commentedApr 10, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
yeah.. that's sound better than removing them. I will check it. Thanks for suggestion. |
I would also raise a warning. |
Superseded by#16724 |
PR Summary
incorrect error bar colors when NaN values are present
#13799
PR Checklist