Commit 382be60
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 <[email protected]>1 parent e92685a commit 382be60
2 files changed
Lines changed: 40 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1123 | 1123 | | |
1124 | 1124 | | |
1125 | 1125 | | |
1126 | | - | |
1127 | | - | |
| 1126 | + | |
| 1127 | + | |
1128 | 1128 | | |
1129 | | - | |
1130 | | - | |
| 1129 | + | |
| 1130 | + | |
| 1131 | + | |
| 1132 | + | |
| 1133 | + | |
| 1134 | + | |
| 1135 | + | |
| 1136 | + | |
1131 | 1137 | | |
1132 | | - | |
1133 | | - | |
1134 | | - | |
| 1138 | + | |
1135 | 1139 | | |
1136 | 1140 | | |
1137 | 1141 | | |
| |||
1201 | 1205 | | |
1202 | 1206 | | |
1203 | 1207 | | |
1204 | | - | |
1205 | | - | |
| 1208 | + | |
| 1209 | + | |
1206 | 1210 | | |
1207 | | - | |
1208 | | - | |
| 1211 | + | |
| 1212 | + | |
| 1213 | + | |
| 1214 | + | |
| 1215 | + | |
| 1216 | + | |
| 1217 | + | |
| 1218 | + | |
1209 | 1219 | | |
1210 | | - | |
1211 | | - | |
1212 | | - | |
| 1220 | + | |
1213 | 1221 | | |
1214 | 1222 | | |
1215 | 1223 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3997 | 3997 | | |
3998 | 3998 | | |
3999 | 3999 | | |
| 4000 | + | |
| 4001 | + | |
| 4002 | + | |
| 4003 | + | |
| 4004 | + | |
| 4005 | + | |
| 4006 | + | |
| 4007 | + | |
| 4008 | + | |
| 4009 | + | |
| 4010 | + | |
| 4011 | + | |
| 4012 | + | |
| 4013 | + | |
| 4014 | + | |
| 4015 | + | |
| 4016 | + | |
| 4017 | + | |
4000 | 4018 | | |
4001 | 4019 | | |
4002 | 4020 | | |
| |||
0 commit comments