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 7ab75f5 commit 59328e6Copy full SHA for 59328e6
1 file changed
lib/matplotlib/rcsetup.py
@@ -539,7 +539,7 @@ def validate_ps_distiller(s):
539
addendum=(" See 'validate_negative_linestyle_legacy' " +
540
"deprecation warning for more information."))
541
def validate_negative_linestyle(s):
542
- _validate_negative_linestyle(s)
+ return _validate_negative_linestyle(s)
543
544
545
@deprecated('3.0.0?', pending=True,
0 commit comments