Commit f8d05a4
File tree
Expand file treeCollapse file tree
3 files changed
+34
-6
lines changedFilter options
- doc/users/whats_new
- lib/matplotlib
- axes
- tests
Expand file treeCollapse file tree
3 files changed
+34
-6
lines changeddoc/users/whats_new/boxplot_zorder_kwarg.rst
Copy file name to clipboard+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
lib/matplotlib/axes/_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py+15-6Lines changed: 15 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3100 | 3100 |
|
3101 | 3101 |
|
3102 | 3102 |
|
3103 |
| - |
| 3103 | + |
3104 | 3104 |
|
3105 | 3105 |
|
3106 | 3106 |
|
| ||
3113 | 3113 |
|
3114 | 3114 |
|
3115 | 3115 |
|
3116 |
| - |
| 3116 | + |
3117 | 3117 |
|
3118 | 3118 |
|
3119 | 3119 |
|
| ||
3225 | 3225 |
|
3226 | 3226 |
|
3227 | 3227 |
|
| 3228 | + |
| 3229 | + |
| 3230 | + |
3228 | 3231 |
|
3229 | 3232 |
|
3230 | 3233 |
|
| ||
3395 | 3398 |
|
3396 | 3399 |
|
3397 | 3400 |
|
3398 |
| - |
| 3401 | + |
3399 | 3402 |
|
3400 | 3403 |
|
3401 | 3404 |
|
3402 | 3405 |
|
3403 | 3406 |
|
3404 | 3407 |
|
3405 | 3408 |
|
3406 |
| - |
| 3409 | + |
3407 | 3410 |
|
3408 | 3411 |
|
3409 | 3412 |
|
| ||
3414 | 3417 |
|
3415 | 3418 |
|
3416 | 3419 |
|
3417 |
| - |
| 3420 | + |
3418 | 3421 |
|
3419 | 3422 |
|
3420 | 3423 |
|
| ||
3518 | 3521 |
|
3519 | 3522 |
|
3520 | 3523 |
|
| 3524 | + |
| 3525 | + |
| 3526 | + |
3521 | 3527 |
|
3522 | 3528 |
|
3523 | 3529 |
|
| ||
3560 | 3566 |
|
3561 | 3567 |
|
3562 | 3568 |
|
3563 |
| - |
| 3569 | + |
| 3570 | + |
| 3571 | + |
| 3572 | + |
3564 | 3573 |
|
3565 | 3574 |
|
3566 | 3575 |
|
|
lib/matplotlib/tests/test_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_axes.py+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2012 | 2012 |
|
2013 | 2013 |
|
2014 | 2014 |
|
| 2015 | + |
| 2016 | + |
| 2017 | + |
| 2018 | + |
| 2019 | + |
| 2020 | + |
| 2021 | + |
| 2022 | + |
2015 | 2023 |
|
2016 | 2024 |
|
2017 | 2025 |
|
|
0 commit comments