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

Skip to content

Commit 6828200

Browse files
authored
Merge pull request #13631 from anntzer/pending
Swicth deprecation of Tick.label to pending.
2 parents 22bbbae + 6d5ec2f commit 6828200

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)