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

Skip to content

Commit 02c1d41

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

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/matplotlib/rcsetup.py

Lines 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)