Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 45673bf

Browse files
committed
Remove label
1 parent 9e30337 commit 45673bf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/matplotlib/axis.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,6 @@ def __init__(
188188

189189
self.update_position(loc)
190190

191-
@property
192-
@_api.deprecated("3.1", alternative="Tick.label1", removal="3.8")
193-
def label(self):
194-
return self.label1
195-
196191
def _set_labelrotation(self, labelrotation):
197192
if isinstance(labelrotation, str):
198193
mode = labelrotation

0 commit comments

Comments
 (0)