Commit 79fc9e5
committed
Small simplifications to FixedAxisArtistHelper.
- change_tick_coords has never been used by any other function or in any
example in the library's history, and is a custom API not even present
on other AxisArtistHelpers, so deprecate it.
- _limits_inverted is only used in get_tick_iterators, so one can just
test limits inversion there instead of carrying one bit of state
around.1 parent d11b206 commit 79fc9e5
File tree
2 files changed
+7
-17
lines changed- doc/api/next_api_changes/deprecations
- lib/mpl_toolkits/axisartist
2 files changed
+7
-17
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 | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 39 | + | |
50 | 40 | | |
51 | 41 | | |
52 | 42 | | |
| |||
60 | 50 | | |
61 | 51 | | |
62 | 52 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 53 | + | |
| 54 | + | |
67 | 55 | | |
68 | 56 | | |
69 | 57 | | |
70 | 58 | | |
71 | | - | |
| 59 | + | |
72 | 60 | | |
73 | 61 | | |
74 | | - | |
75 | 62 | | |
76 | 63 | | |
77 | 64 | | |
| |||
0 commit comments