We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98866a2 commit 1b2c011Copy full SHA for 1b2c011
1 file changed
lib/matplotlib/axis.py
@@ -188,11 +188,6 @@ def __init__(
188
189
self.update_position(loc)
190
191
- @property
192
- @_api.deprecated("3.1", alternative="Tick.label1", removal="3.8")
193
- def label(self):
194
- return self.label1
195
-
196
def _set_labelrotation(self, labelrotation):
197
if isinstance(labelrotation, str):
198
mode = labelrotation
0 commit comments