You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed incorrect colour in ErrorBar when Nan value is presented (#16724)
* 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>
0 commit comments