Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6d5ec2f

Browse filesBrowse files
committed
Swicth deprecation of Tick.label to pending.
This should give more time to seaborn to update itself. (Pending deprecations are not displayed by default, but are enabled e.g. by pytest.)
1 parent 1a89250 commit 6d5ec2f
Copy full SHA for 6d5ec2f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/axis.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axis.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def __init__(self, axes, loc, label,
191191
del _old_name, _new_name
192192

193193
@property
194-
@cbook.deprecated("3.1", alternative="Tick.label1")
194+
@cbook.deprecated("3.1", alternative="Tick.label1", pending=True)
195195
def label(self):
196196
return self.label1
197197

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.