Commit 8ed9839
ColorMap text color (#160)
* Add ability to specify text_color for ColorMap.
* Modify colormap example to include text color.
* Make text_color comment clearer.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Return executionCount to 1
* Use implied line contrinuation to shorten lines
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Apply black autoformatting.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* ENH: add ability to change color of legend's text
* Minor fixes for new text_color argument
* add default value to docstring
---------
Co-authored-by: ThomasBur <thomasbur@outlook>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Frank <33519926+Conengmo@users.noreply.github.com>1 parent 4fba6e8 commit 8ed9839
3 files changed
Lines changed: 50 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
75 | 77 | | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
81 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
82 | 91 | | |
83 | 92 | | |
84 | 93 | | |
85 | 94 | | |
86 | 95 | | |
87 | 96 | | |
| 97 | + | |
88 | 98 | | |
89 | 99 | | |
90 | 100 | | |
| |||
185 | 195 | | |
186 | 196 | | |
187 | 197 | | |
188 | | - | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
189 | 203 | | |
190 | 204 | | |
191 | 205 | | |
192 | 206 | | |
193 | 207 | | |
194 | | - | |
195 | | - | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
196 | 211 | | |
197 | 212 | | |
198 | 213 | | |
199 | | - | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
200 | 218 | | |
| 219 | + | |
201 | 220 | | |
202 | 221 | | |
203 | | - | |
| 222 | + | |
| 223 | + | |
204 | 224 | | |
205 | 225 | | |
206 | 226 | | |
| |||
233 | 253 | | |
234 | 254 | | |
235 | 255 | | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
236 | 260 | | |
237 | 261 | | |
238 | 262 | | |
| |||
245 | 269 | | |
246 | 270 | | |
247 | 271 | | |
| 272 | + | |
248 | 273 | | |
249 | 274 | | |
250 | 275 | | |
251 | 276 | | |
252 | 277 | | |
253 | 278 | | |
254 | 279 | | |
| 280 | + | |
255 | 281 | | |
256 | 282 | | |
257 | 283 | | |
| |||
415 | 441 | | |
416 | 442 | | |
417 | 443 | | |
| 444 | + | |
418 | 445 | | |
419 | 446 | | |
420 | 447 | | |
421 | 448 | | |
422 | 449 | | |
423 | 450 | | |
424 | 451 | | |
| 452 | + | |
425 | 453 | | |
426 | 454 | | |
427 | 455 | | |
| |||
439 | 467 | | |
440 | 468 | | |
441 | 469 | | |
| 470 | + | |
442 | 471 | | |
443 | 472 | | |
444 | 473 | | |
| |||
469 | 498 | | |
470 | 499 | | |
471 | 500 | | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
472 | 505 | | |
473 | 506 | | |
474 | 507 | | |
| |||
482 | 515 | | |
483 | 516 | | |
484 | 517 | | |
| 518 | + | |
485 | 519 | | |
486 | 520 | | |
487 | 521 | | |
488 | 522 | | |
489 | 523 | | |
490 | 524 | | |
491 | 525 | | |
| 526 | + | |
492 | 527 | | |
493 | 528 | | |
494 | 529 | | |
| |||
544 | 579 | | |
545 | 580 | | |
546 | 581 | | |
| 582 | + | |
| 583 | + | |
547 | 584 | | |
548 | 585 | | |
549 | 586 | | |
| |||
560 | 597 | | |
561 | 598 | | |
562 | 599 | | |
| 600 | + | |
563 | 601 | | |
564 | 602 | | |
565 | 603 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
Large diffs are not rendered by default.
0 commit comments