File tree
11 files changed
+225
-11
lines changedFilter options
- doc/users/next_whats_new
- galleries/examples/shapes_and_collections
- lib/matplotlib
- mpl-data
- stylelib
- tests
11 files changed
+225
-11
lines changeddoc/users/next_whats_new/separated_hatchcolor.rst
Copy file name to clipboard+59Lines changed: 59 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
galleries/examples/shapes_and_collections/hatchcolor_demo.py
Copy file name to clipboard+43Lines changed: 43 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
lib/matplotlib/backend_bases.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backend_bases.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
690 | 690 |
|
691 | 691 |
|
692 | 692 |
|
693 |
| - |
| 693 | + |
694 | 694 |
|
695 | 695 |
|
696 | 696 |
|
|
lib/matplotlib/collections.py
Copy file name to clipboardExpand all lines: lib/matplotlib/collections.py+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
174 | 174 |
|
175 | 175 |
|
176 | 176 |
|
177 |
| - |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
178 | 184 |
|
179 | 185 |
|
180 | 186 |
|
|
lib/matplotlib/mpl-data/matplotlibrc
Copy file name to clipboardExpand all lines: lib/matplotlib/mpl-data/matplotlibrc+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
162 | 162 |
|
163 | 163 |
|
164 | 164 |
|
165 |
| - |
| 165 | + |
166 | 166 |
|
167 | 167 |
|
168 | 168 |
|
|
lib/matplotlib/mpl-data/stylelib/_classic_test_patch.mplstyle
Copy file name to clipboardExpand all lines: lib/matplotlib/mpl-data/stylelib/_classic_test_patch.mplstyle+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
| 8 | + |
+37-7Lines changed: 37 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
| 59 | + |
59 | 60 |
|
60 | 61 |
|
61 | 62 |
|
| ||
71 | 72 |
|
72 | 73 |
|
73 | 74 |
|
74 |
| - |
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
| ||
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
| 85 | + |
85 | 86 |
|
86 | 87 |
|
87 | 88 |
|
| ||
291 | 292 |
|
292 | 293 |
|
293 | 294 |
|
| 295 | + |
294 | 296 |
|
295 | 297 |
|
296 | 298 |
|
| ||
338 | 340 |
|
339 | 341 |
|
340 | 342 |
|
| 343 | + |
| 344 | + |
| 345 | + |
| 346 | + |
| 347 | + |
| 348 | + |
| 349 | + |
| 350 | + |
341 | 351 |
|
342 | 352 |
|
343 | 353 |
|
| ||
358 | 368 |
|
359 | 369 |
|
360 | 370 |
|
361 |
| - |
362 | 371 |
|
363 | 372 |
|
364 | 373 |
|
365 | 374 |
|
366 | 375 |
|
367 | 376 |
|
368 |
| - |
369 | 377 |
|
370 | 378 |
|
371 |
| - |
372 |
| - |
373 | 379 |
|
374 | 380 |
|
375 | 381 |
|
| ||
413 | 419 |
|
414 | 420 |
|
415 | 421 |
|
416 |
| - |
417 | 422 |
|
| 423 | + |
| 424 | + |
| 425 | + |
| 426 | + |
| 427 | + |
| 428 | + |
| 429 | + |
| 430 | + |
| 431 | + |
| 432 | + |
| 433 | + |
| 434 | + |
| 435 | + |
| 436 | + |
| 437 | + |
| 438 | + |
| 439 | + |
| 440 | + |
| 441 | + |
| 442 | + |
| 443 | + |
| 444 | + |
| 445 | + |
418 | 446 |
|
419 | 447 |
|
420 | 448 |
|
421 | 449 |
|
422 | 450 |
|
423 | 451 |
|
| 452 | + |
424 | 453 |
|
425 | 454 |
|
426 | 455 |
|
| ||
482 | 511 |
|
483 | 512 |
|
484 | 513 |
|
| 514 | + |
485 | 515 |
|
486 | 516 |
|
487 | 517 |
|
| ||
608 | 638 |
|
609 | 639 |
|
610 | 640 |
|
611 |
| - |
| 641 | + |
612 | 642 |
|
613 | 643 |
|
614 | 644 |
|
|
+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
| 28 | + |
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
| ||
42 | 43 |
|
43 | 44 |
|
44 | 45 |
|
| 46 | + |
45 | 47 |
|
46 | 48 |
|
47 | 49 |
|
48 | 50 |
|
49 | 51 |
|
50 | 52 |
|
| 53 | + |
51 | 54 |
|
52 | 55 |
|
53 | 56 |
|
|
+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
301 | 301 |
|
302 | 302 |
|
303 | 303 |
|
| 304 | + |
| 305 | + |
| 306 | + |
| 307 | + |
| 308 | + |
| 309 | + |
304 | 310 |
|
305 | 311 |
|
306 | 312 |
|
| ||
950 | 956 |
|
951 | 957 |
|
952 | 958 |
|
953 |
| - |
| 959 | + |
954 | 960 |
|
955 | 961 |
|
956 | 962 |
|
|
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
| 51 | + |
51 | 52 |
|
52 | 53 |
|
53 | 54 |
|
|
lib/matplotlib/tests/test_patches.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_patches.py+64Lines changed: 64 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
999 | 999 |
|
1000 | 1000 |
|
1001 | 1001 |
|
| 1002 | + |
| 1003 | + |
| 1004 | + |
| 1005 | + |
| 1006 | + |
| 1007 | + |
| 1008 | + |
| 1009 | + |
| 1010 | + |
| 1011 | + |
| 1012 | + |
| 1013 | + |
| 1014 | + |
| 1015 | + |
| 1016 | + |
| 1017 | + |
| 1018 | + |
| 1019 | + |
| 1020 | + |
| 1021 | + |
| 1022 | + |
| 1023 | + |
| 1024 | + |
| 1025 | + |
| 1026 | + |
| 1027 | + |
| 1028 | + |
| 1029 | + |
| 1030 | + |
| 1031 | + |
| 1032 | + |
| 1033 | + |
| 1034 | + |
| 1035 | + |
| 1036 | + |
| 1037 | + |
| 1038 | + |
| 1039 | + |
| 1040 | + |
| 1041 | + |
| 1042 | + |
| 1043 | + |
| 1044 | + |
| 1045 | + |
| 1046 | + |
| 1047 | + |
| 1048 | + |
| 1049 | + |
| 1050 | + |
| 1051 | + |
| 1052 | + |
| 1053 | + |
| 1054 | + |
| 1055 | + |
| 1056 | + |
| 1057 | + |
| 1058 | + |
| 1059 | + |
| 1060 | + |
| 1061 | + |
| 1062 | + |
| 1063 | + |
| 1064 | + |
| 1065 | + |
0 commit comments