8000 Add new entry for unified linestyle handling to whats_new. · matplotlib/matplotlib@e6718ca · GitHub
[go: up one dir, main page]

Skip to content

Commit e6718ca

Browse files
committed
Add new entry for unified linestyle handling to whats_new.
1 parent 0ec4e67 commit e6718ca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/users/whats_new/linestyles.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Mostly unified linestyles for Lines, Patches and Collections
2+
````````````````````````````````````````````````````````````
3+
4+
The handling of linestyles for Lines, Patches and Collections has been
5+
unified. Now they all support defining linestyles with short symbols,
6+
like `"--"`, as well as with full names, like `"dashed"`. Also the
7+
definition using a dash pattern (`(0., [3., 3.])`) is supported for all
8+
methods using Lines, Patches or Collections.

0 commit comments

Comments
 (0)
0