Commit d57fa97
File tree
Expand file treeCollapse file tree
7 files changed
+88
-20
lines changedFilter options
- doc/users/next_whats_new
- galleries/examples/statistics
- lib/matplotlib
- axes
- tests
- baseline_images/test_axes
Expand file treeCollapse file tree
7 files changed
+88
-20
lines changeddoc/users/next_whats_new/sides_violinplot.rst
Copy file name to clipboard+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
galleries/examples/statistics/violinplot.py
Copy file name to clipboardExpand all lines: galleries/examples/statistics/violinplot.py+29-11Lines changed: 29 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
| 31 | + |
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
| 35 | + |
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
| 40 | + |
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
| 44 | + |
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - |
| 49 | + |
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
54 |
| - |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
55 | 64 |
|
56 | 65 |
|
57 | 66 |
|
58 |
| - |
| 67 | + |
59 | 68 |
|
60 | 69 |
|
61 | 70 |
|
62 | 71 |
|
63 |
| - |
| 72 | + |
64 | 73 |
|
65 | 74 |
|
66 | 75 |
|
67 | 76 |
|
68 |
| - |
| 77 | + |
69 | 78 |
|
70 | 79 |
|
71 | 80 |
|
72 | 81 |
|
73 | 82 |
|
74 |
| - |
| 83 | + |
75 | 84 |
|
76 | 85 |
|
77 | 86 |
|
78 | 87 |
|
79 |
| - |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
80 | 98 |
|
81 | 99 |
|
82 | 100 |
|
|
lib/matplotlib/axes/_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py+36-9Lines changed: 36 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8205 | 8205 |
|
8206 | 8206 |
|
8207 | 8207 |
|
8208 |
| - |
| 8208 | + |
8209 | 8209 |
|
8210 | 8210 |
|
8211 | 8211 |
|
| ||
8256 | 8256 |
|
8257 | 8257 |
|
8258 | 8258 |
|
| 8259 | + |
| 8260 | + |
| 8261 | + |
| 8262 | + |
8259 | 8263 |
|
8260 | 8264 |
|
8261 | 8265 |
|
| ||
8307 | 8311 |
|
8308 | 8312 |
|
8309 | 8313 |
|
8310 |
| - |
| 8314 | + |
8311 | 8315 |
|
8312 | 8316 |
|
8313 |
| - |
| 8317 | + |
8314 | 8318 |
|
8315 | 8319 |
|
8316 | 8320 |
|
| ||
8366 | 8370 |
|
8367 | 8371 |
|
8368 | 8372 |
|
| 8373 | + |
| 8374 | + |
| 8375 | + |
| 8376 | + |
8369 | 8377 |
|
8370 | 8378 |
|
8371 | 8379 |
|
| ||
8428 | 8436 |
|
8429 | 8437 |
|
8430 | 8438 |
|
| 8439 | + |
| 8440 | + |
| 8441 | + |
8431 | 8442 |
|
8432 |
| - |
| 8443 | + |
| 8444 | + |
| 8445 | + |
8433 | 8446 |
|
8434 | 8447 |
|
8435 | 8448 |
|
| ||
8441 | 8454 |
|
8442 | 8455 |
|
8443 | 8456 |
|
8444 |
| - |
8445 |
| - |
| 8457 | + |
| 8458 | + |
| 8459 | + |
| 8460 | + |
| 8461 | + |
| 8462 | + |
| 8463 | + |
| 8464 | + |
8446 | 8465 |
|
8447 | 8466 |
|
8448 |
| - |
8449 |
| - |
| 8467 | + |
| 8468 | + |
| 8469 | + |
| 8470 | + |
| 8471 | + |
| 8472 | + |
| 8473 | + |
| 8474 | + |
8450 | 8475 |
|
8451 | 8476 |
|
8452 | 8477 |
|
8453 | 8478 |
|
8454 | 8479 |
|
8455 | 8480 |
|
8456 | 8481 |
|
8457 |
| - |
| 8482 | + |
| 8483 | + |
| 8484 | + |
8458 | 8485 |
|
8459 | 8486 |
|
8460 | 8487 |
|
|
lib/matplotlib/axes/_axes.pyi
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.pyi+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
743 | 743 |
|
744 | 744 |
|
745 | 745 |
|
| 746 | + |
746 | 747 |
|
747 | 748 |
|
748 | 749 |
|
| ||
755 | 756 |
|
756 | 757 |
|
757 | 758 |
|
| 759 | + |
758 | 760 |
|
759 | 761 |
|
760 | 762 |
|
|
+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4075 | 4075 |
|
4076 | 4076 |
|
4077 | 4077 |
|
| 4078 | + |
4078 | 4079 |
|
4079 | 4080 |
|
4080 | 4081 |
|
| ||
4089 | 4090 |
|
4090 | 4091 |
|
4091 | 4092 |
|
| 4093 | + |
4092 | 4094 |
|
4093 | 4095 |
|
4094 | 4096 |
|
|
lib/matplotlib/tests/baseline_images/test_axes/violinplot_sides.png
Copy file name to clipboard11.3 KB
Loading
lib/matplotlib/tests/test_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_axes.py+15Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3794 | 3794 |
|
3795 | 3795 |
|
3796 | 3796 |
|
| 3797 | + |
| 3798 | + |
| 3799 | + |
| 3800 | + |
| 3801 | + |
| 3802 | + |
| 3803 | + |
| 3804 | + |
| 3805 | + |
| 3806 | + |
| 3807 | + |
| 3808 | + |
| 3809 | + |
| 3810 | + |
| 3811 | + |
3797 | 3812 |
|
3798 | 3813 |
|
3799 | 3814 |
|
|
0 commit comments