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 2ee903a commit d8454adCopy full SHA for d8454ad
1 file changed
doc/users/whats_new.rst
@@ -568,7 +568,12 @@ The new validation scheme replaces the former one used for the
568
``contour.negative_linestyle`` rcParams, that was limited to
569
``'solid'`` and ``'dashed'`` line styles.
570
571
-The validation is case-insensitive.
+The validation is case-insensitive. The following are now valid:
572
+
573
+::
574
575
+ grid.linestyle : (1, 3) # loosely dotted grid lines
576
+ contour.negative_linestyle : dashdot # previously only solid or dashed
577
578
579
pytest
0 commit comments