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 02c1d41

Browse filesBrowse files
committed
Merge pull request #1389 from efiring/delete_autolayout_validator
Remove unused autolayout_validator() from rcsetup
2 parents 82bc93e + 21c0f1d commit 02c1d41
Copy full SHA for 02c1d41

File tree

Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed

‎lib/matplotlib/rcsetup.py

Copy file name to clipboardExpand all lines: lib/matplotlib/rcsetup.py
-4Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,6 @@ def validate_backend(s):
114114
'None','classic','toolbar2',
115115
], ignorecase=True)
116116

117-
def validate_autolayout(v):
118-
if v:
119-
warnings.warn("figure.autolayout is not currently supported")
120-
121117
def validate_maskedarray(v):
122118
# 2008/12/12: start warning; later, remove all traces of maskedarray
123119
try:

0 commit comments

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