8000 Move documentation of ls_mapper split to correct place · matplotlib/matplotlib@73db6d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 73db6d3

Browse files
committed
Move documentation of ls_mapper split to correct place
1 parent ce8bb12 commit 73db6d3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Split `matplotlib.cbook.ls_mapper` in two
2+
`````````````````````````````````````````
3+
4+
The `matplotlib.cbook.ls_mapper` dictionary is split into two now to
5+
distinguish between qualified linestyle used by backends and
6+
unqualified ones. `ls_mapper` now maps from the short symbols
7+
(e.g. `"--"`) to qualified names (`"solid"`). The new ls_mapper_r is
8+
the reversed mapping.
9+

0 commit comments

Comments
 (0)
0