8000 Backport PR #13631: Swicth deprecation of Tick.label to pending. · matplotlib/matplotlib@d0906c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit d0906c2

Browse files
jklymakMeeseeksDev[bot]
authored andcommitted
Backport PR #13631: Swicth deprecation of Tick.label to pending.
1 parent 3d0675b commit d0906c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def __init__(self, axes, loc, label,
191191
del _old_name, _new_name
192192

193193
@property
194-
@cbook.deprecated("3.1", alternative="Tick.label1")
194+
@cbook.deprecated("3.1", alternative="Tick.label1", pending=True)
195195
def label(self):
196196
return self.label1
197197

0 commit comments

Comments
 (0)
0