Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 4259c18 + 9631bf1 commit d38af6aCopy full SHA for d38af6a
2 files changed
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