8000
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 ce8bb12 commit 73db6d3Copy full SHA for 73db6d3
doc/api/api_changes/2014-11-11_ELF_split_lsmapper.rst
@@ -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