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 59328e6 commit 70e87c8Copy full SHA for 70e87c8
lib/matplotlib/rcsetup.py
@@ -535,14 +535,14 @@ def validate_ps_distiller(s):
535
ignorecase=True)
536
537
538
-@deprecated('3.0.0?', pending=True,
+@deprecated('2.1',
539
addendum=(" See 'validate_negative_linestyle_legacy' " +
540
"deprecation warning for more information."))
541
def validate_negative_linestyle(s):
542
return _validate_negative_linestyle(s)
543
544
545
546
addendum=(" The 'contour.negative_linestyle' rcParam now " +
547
"follows the same validation as the other rcParams " +
548
"that are related to line style."))
0 commit comments