Commit 02ef769
committed
API: un-deprecate keyword only args to set_xlim, set_ylim
These were originally documented and deprecated in #11137 however
in later discussion we learned:
- the 'left, right' / 'top, bottom' names don't make sense in the
context of non-rectangular plots
- we have at least one frustrated user
The original names were `xmin, xmax` but were changed to `left, right`
in 9ca5db0 (pre 1.0) and the kwarg
popping was added for back-compatibility.1 parent 665cf51 commit 02ef769
2 files changed
Lines changed: 5 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
158 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3145 | 3145 | | |
3146 | 3146 | | |
3147 | 3147 | | |
3148 | | - | |
3149 | | - | |
| 3148 | + | |
3150 | 3149 | | |
3151 | 3150 | | |
3152 | 3151 | | |
| |||
3188 | 3187 | | |
3189 | 3188 | | |
3190 | 3189 | | |
3191 | | - | |
3192 | | - | |
3193 | 3190 | | |
3194 | 3191 | | |
3195 | 3192 | | |
3196 | 3193 | | |
3197 | | - | |
3198 | | - | |
3199 | 3194 | | |
3200 | 3195 | | |
3201 | 3196 | | |
| |||
3529 | 3524 | | |
3530 | 3525 | | |
3531 | 3526 | | |
3532 | | - | |
3533 | | - | |
| 3527 | + | |
3534 | 3528 | | |
3535 | 3529 | | |
3536 | 3530 | | |
| |||
3571 | 3565 | | |
3572 | 3566 | | |
3573 | 3567 | | |
3574 | | - | |
3575 | | - | |
3576 | 3568 | | |
3577 | 3569 | | |
3578 | 3570 | | |
3579 | 3571 | | |
3580 | | - | |
3581 | | - | |
3582 | 3572 | | |
3583 | 3573 | | |
3584 | 3574 | | |
| |||
0 commit comments