From 6d5ec2f3b6ffe39b17064c9c059625dcde83e5ab Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Fri, 8 Mar 2019 11:22:10 +0100 Subject: [PATCH] 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.) --- lib/matplotlib/axis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/axis.py b/lib/matplotlib/axis.py index 18797782e736..da85450ba86e 100644 --- a/lib/matplotlib/axis.py +++ b/lib/matplotlib/axis.py @@ -191,7 +191,7 @@ def __init__(self, axes, loc, label, del _old_name, _new_name @property - @cbook.deprecated("3.1", alternative="Tick.label1") + @cbook.deprecated("3.1", alternative="Tick.label1", pending=True) def label(self): return self.label1