8000 DOC: tweak whats new a bit · matplotlib/matplotlib@d8454ad · GitHub
[go: up one dir, main page]

Skip to content

Commit d8454ad

Browse files
committed
DOC: tweak whats new a bit
1 parent 2ee903a commit d8454ad

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/users/whats_new.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,12 @@ The new validation scheme replaces the former one used for the
568568
``contour.negative_linestyle`` rcParams, that was limited to
569569
``'solid'`` and ``'dashed'`` line styles.
570570

571-
The validation is case-insensitive.
571+
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
572577

573578

574579
pytest

0 commit comments

Comments
 (0)
0