From d0906c261c0851a55e85ad0b240a2c664258c0a3 Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Fri, 8 Mar 2019 11:07:52 -0800 Subject: [PATCH] Backport PR #13631: Swicth deprecation of Tick.label to pending. --- 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