Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Commit9bb047d
Update for checking whether colors have an alpha channel (#27327)
* Update _has_alpha_channel* Update lib/matplotlib/colors.pyCo-authored-by: Oscar Gustafsson <oscar.gustafsson@gmail.com>* Clarify comment explanation* Remove unnecessary check about is_color_like* update docstring for undefined case* Deprecate unused method* Remove unnecessary method* Flake formatting updateCo-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>* Don't specify what an undefined result doesCo-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>* Recursive check which handles hex colors tooCo-authored-by: Ruth Comer <10599679+rcomer@users.noreply.github.com>* Whitespace* Remove is_color_like check and explainCo-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>* Don't discuss undefined resultsCo-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>* Remove test of undefined resultCo-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>* Spelling errorCo-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>* improved grammar in comment---------Co-authored-by: Oscar Gustafsson <oscar.gustafsson@gmail.com>Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>Co-authored-by: Ruth Comer <10599679+rcomer@users.noreply.github.com>1 parentcb2d928 commit9bb047d
2 files changed
+37
-3
lines changedLines changed: 29 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
234 | 234 |
| |
235 | 235 |
| |
236 | 236 |
| |
237 |
| - | |
238 |
| - | |
239 |
| - | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
240 | 266 |
| |
241 | 267 |
| |
242 | 268 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1191 | 1191 |
| |
1192 | 1192 |
| |
1193 | 1193 |
| |
| 1194 | + | |
| 1195 | + | |
| 1196 | + | |
| 1197 | + | |
1194 | 1198 |
| |
1195 | 1199 |
| |
1196 | 1200 |
| |
1197 | 1201 |
| |
| 1202 | + | |
| 1203 | + | |
| 1204 | + | |
| 1205 | + | |
1198 | 1206 |
| |
1199 | 1207 |
| |
1200 | 1208 |
| |
|
0 commit comments
Comments
(0)