Commit ccc6fc4
committed
Deprecate inset_locator.InsetPosition.
There's Axes.inset_axes which is an exact replacement without the need
of actually understanding what an axes locator is, and which is also
more general as one can also set a custom transform on inset_axes
instead of being limited to the transAxes of a given parent axes.
Also the method had never been used in the library or examples, and a
test was only ever added in 6dd30a2 (2022).1 parent a861b8a commit ccc6fc4
File tree
3 files changed
+6
-1
lines changed- doc/api/next_api_changes/deprecations
- lib/mpl_toolkits/axes_grid1
- tests
3 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
691 | 691 | | |
692 | 692 | | |
693 | 693 | | |
694 | | - | |
| 694 | + | |
| 695 | + | |
695 | 696 | | |
696 | 697 | | |
697 | 698 | | |
| |||
0 commit comments