Commit 757cf5b
committed
Deprecate redundant axes parameter to RadialLocator.
We can just directly fetch the relevant information from
`locator.axis.axes`; the case where `locator.axis.axes` was different
from `axes` was not tested and doesn't make much sense anyways.
The change also goes in the direction of having Locators carry less
state (and hopefully, in the future, not being associated with an axis,
but rather having the axis passed as argument to `__call__`).1 parent 1f8ff33 commit 757cf5b
File tree
2 files changed
+12
-7
lines changed- doc/api/next_api_changes/deprecations
- lib/matplotlib/projections
2 files changed
+12
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
| 434 | + | |
434 | 435 | | |
435 | 436 | | |
436 | 437 | | |
| |||
440 | 441 | | |
441 | 442 | | |
442 | 443 | | |
443 | | - | |
444 | | - | |
445 | | - | |
446 | | - | |
447 | | - | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
448 | 449 | | |
449 | 450 | | |
450 | 451 | | |
451 | 452 | | |
452 | 453 | | |
453 | 454 | | |
454 | 455 | | |
455 | | - | |
| 456 | + | |
456 | 457 | | |
457 | 458 | | |
458 | 459 | | |
| |||
681 | 682 | | |
682 | 683 | | |
683 | 684 | | |
684 | | - | |
| 685 | + | |
685 | 686 | | |
686 | 687 | | |
687 | 688 | | |
| |||
0 commit comments