Commit ff8b086
committed
Deprecate CbarAxesBase.toggle_label.
It's a completely ad-hoc API which exists nowhere else, and can be
easily replaced by more standard calls. (Perhaps there should be a
generic way for a colorbar to toggle its ticklabels without knowing
the side on which they are, but that's another question, and it would
probably not be spelled toggle_labels.)1 parent 10e8bf1 commit ff8b086
File tree
3 files changed
+7
-2
lines changed- doc/api/next_api_changes/deprecations
- galleries/examples/axes_grid1
- lib/mpl_toolkits/axes_grid1
3 files changed
+7
-2
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 | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
0 commit comments