We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e20e4 commit 9631bf1Copy full SHA for 9631bf1
doc/api/next_api_changes/deprecations/23463-OG.rst
@@ -0,0 +1,5 @@
1
+``Tick.label``
2
+~~~~~~~~~~~~~~
3
+
4
+... has been pending deprecation since 3.1 and is now deprecated.
5
+Use ``Tick.label1`` instead.
lib/matplotlib/axis.py
@@ -188,7 +188,7 @@ def __init__(
188
self.update_position(loc)
189
190
@property
191
- @_api.deprecated("3.1", alternative="Tick.label1", pending=True)
+ @_api.deprecated("3.1", alternative="Tick.label1", removal="3.8")
192
def label(self):
193
return self.label1
194
0 commit comments