Skip to content

Commit 6d5ec2f

Browse files
committed
Swicth deprecation of Tick.label to pending.
This should give more time to seaborn to update itself. (Pending deprecations are not displayed by default, but are enabled e.g. by pytest.)
1 parent 1a89250 commit 6d5ec2f

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)