Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7abbf commit 21c0f1dCopy full SHA for 21c0f1d
1 file changed
lib/matplotlib/rcsetup.py
@@ -114,10 +114,6 @@ def validate_backend(s):
114
'None','classic','toolbar2',
115
], ignorecase=True)
116
117
-def validate_autolayout(v):
118
- if v:
119
- warnings.warn("figure.autolayout is not currently supported")
120
-
121
def validate_maskedarray(v):
122
# 2008/12/12: start warning; later, remove all traces of maskedarray
123
try:
0 commit comments