Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d0906c2

Browse files
jklymakMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
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)