Commit e5db08a
File tree
8 files changed
+132
-30
lines changedFilter options
- doc
- api/next_api_changes/deprecations
- users/next_whats_new
- galleries/examples/pie_and_polar_charts
- lib/matplotlib
- axes
- tests
8 files changed
+132
-30
lines changeddoc/api/next_api_changes/deprecations/29152-REC.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 | + |
doc/users/next_whats_new/pie_abs_labels.rst
Copy file name to clipboard+18Lines changed: 18 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 | + |
galleries/examples/pie_and_polar_charts/pie_and_donut_labels.py
Copy file name to clipboardExpand all lines: galleries/examples/pie_and_polar_charts/pie_and_donut_labels.py+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 |
| - |
| 41 | + |
42 | 42 |
|
| 43 | + |
43 | 44 |
|
44 | 45 |
|
45 |
| - |
46 |
| - |
47 |
| - |
| 46 | + |
| 47 | + |
| 48 | + |
48 | 49 |
|
49 | 50 |
|
50 |
| - |
51 |
| - |
| 51 | + |
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
|
galleries/examples/pie_and_polar_charts/pie_features.py
Copy file name to clipboardExpand all lines: galleries/examples/pie_and_polar_charts/pie_features.py+11-5Lines changed: 11 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 |
| - |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
38 | 45 |
|
39 | 46 |
|
40 | 47 |
|
41 | 48 |
|
42 | 49 |
|
43 |
| - |
44 | 50 |
|
45 | 51 |
|
46 | 52 |
|
| ||
63 | 69 |
|
64 | 70 |
|
65 | 71 |
|
66 |
| - |
| 72 | + |
67 | 73 |
|
68 | 74 |
|
69 | 75 |
|
70 | 76 |
|
71 |
| - |
| 77 | + |
72 | 78 |
|
73 | 79 |
|
74 |
| - |
| 80 | + |
75 | 81 |
|
76 | 82 |
|
77 | 83 |
|
|
lib/matplotlib/axes/_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py+53-15Lines changed: 53 additions & 15 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3154 | 3154 |
|
3155 | 3155 |
|
3156 | 3156 |
|
3157 |
| - |
| 3157 | + |
3158 | 3158 |
|
3159 |
| - |
3160 |
| - |
| 3159 | + |
| 3160 | + |
3161 | 3161 |
|
3162 | 3162 |
|
3163 |
| - |
| 3163 | + |
3164 | 3164 |
|
3165 | 3165 |
|
3166 | 3166 |
|
| ||
3193 | 3193 |
|
3194 | 3194 |
|
3195 | 3195 |
|
| 3196 | + |
| 3197 | + |
| 3198 | + |
| 3199 | + |
| 3200 | + |
| 3201 | + |
| 3202 | + |
| 3203 | + |
| 3204 | + |
| 3205 | + |
3196 | 3206 |
|
3197 | 3207 |
|
3198 |
| - |
3199 |
| - |
3200 |
| - |
| 3208 | + |
| 3209 | + |
| 3210 | + |
| 3211 | + |
| 3212 | + |
| 3213 | + |
| 3214 | + |
| 3215 | + |
| 3216 | + |
| 3217 | + |
3201 | 3218 |
|
3202 | 3219 |
|
3203 | 3220 |
|
3204 | 3221 |
|
3205 | 3222 |
|
3206 | 3223 |
|
3207 | 3224 |
|
| 3225 | + |
| 3226 | + |
| 3227 | + |
3208 | 3228 |
|
3209 | 3229 |
|
3210 | 3230 |
|
| ||
3275 | 3295 |
|
3276 | 3296 |
|
3277 | 3297 |
|
3278 |
| - |
3279 |
| - |
3280 |
| - |
| 3298 | + |
3281 | 3299 |
|
3282 | 3300 |
|
3283 | 3301 |
|
| ||
3287 | 3305 |
|
3288 | 3306 |
|
3289 | 3307 |
|
3290 |
| - |
| 3308 | + |
3291 | 3309 |
|
3292 | 3310 |
|
| 3311 | + |
| 3312 | + |
3293 | 3313 |
|
3294 | 3314 |
|
3295 | 3315 |
|
| ||
3324 | 3344 |
|
3325 | 3345 |
|
3326 | 3346 |
|
3327 |
| - |
| 3347 | + |
3328 | 3348 |
|
3329 | 3349 |
|
3330 | 3350 |
|
| ||
3369 | 3389 |
|
3370 | 3390 |
|
3371 | 3391 |
|
3372 |
| - |
3373 |
| - |
| 3392 | + |
| 3393 | + |
3374 | 3394 |
|
3375 | 3395 |
|
3376 | 3396 |
|
3377 | 3397 |
|
3378 | 3398 |
|
3379 | 3399 |
|
3380 | 3400 |
|
| 3401 | + |
| 3402 | + |
| 3403 | + |
| 3404 | + |
| 3405 | + |
| 3406 | + |
| 3407 | + |
| 3408 | + |
| 3409 | + |
| 3410 | + |
| 3411 | + |
| 3412 | + |
| 3413 | + |
| 3414 | + |
| 3415 | + |
| 3416 | + |
| 3417 | + |
| 3418 | + |
3381 | 3419 |
|
3382 | 3420 |
|
3383 | 3421 |
|
| ||
3397 | 3435 |
|
3398 | 3436 |
|
3399 | 3437 |
|
3400 |
| - |
| 3438 | + |
3401 | 3439 |
|
3402 | 3440 |
|
3403 | 3441 |
|
|
lib/matplotlib/axes/_axes.pyi
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.pyi+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
299 | 299 |
|
300 | 300 |
|
301 | 301 |
|
| 302 | + |
302 | 303 |
|
303 |
| - |
| 304 | + |
304 | 305 |
|
305 | 306 |
|
306 | 307 |
|
|
+5-3Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3772 | 3772 |
|
3773 | 3773 |
|
3774 | 3774 |
|
| 3775 | + |
3775 | 3776 |
|
3776 | 3777 |
|
3777 | 3778 |
|
| 3779 | + |
3778 | 3780 |
|
3779 |
| - |
| 3781 | + |
3780 | 3782 |
|
3781 | 3783 |
|
3782 | 3784 |
|
| ||
3787 | 3789 |
|
3788 | 3790 |
|
3789 | 3791 |
|
3790 |
| - |
3791 | 3792 |
|
3792 | 3793 |
|
3793 | 3794 |
|
| ||
3797 | 3798 |
|
3798 | 3799 |
|
3799 | 3800 |
|
| 3801 | + |
3800 | 3802 |
|
3801 |
| - |
| 3803 | + |
3802 | 3804 |
|
3803 | 3805 |
|
3804 | 3806 |
|
|
lib/matplotlib/tests/test_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_axes.py+33Lines changed: 33 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5961 | 5961 |
|
5962 | 5962 |
|
5963 | 5963 |
|
| 5964 | + |
| 5965 | + |
| 5966 | + |
| 5967 | + |
| 5968 | + |
| 5969 | + |
| 5970 | + |
| 5971 | + |
| 5972 | + |
| 5973 | + |
| 5974 | + |
| 5975 | + |
| 5976 | + |
| 5977 | + |
| 5978 | + |
| 5979 | + |
| 5980 | + |
| 5981 | + |
| 5982 | + |
| 5983 | + |
| 5984 | + |
| 5985 | + |
| 5986 | + |
| 5987 | + |
| 5988 | + |
| 5989 | + |
| 5990 | + |
| 5991 | + |
| 5992 | + |
| 5993 | + |
| 5994 | + |
| 5995 | + |
| 5996 | + |
5964 | 5997 |
|
5965 | 5998 |
|
5966 | 5999 |
|
|
0 commit comments