Skip to content

Commit 50613a0

Browse files
committed
Move documentation of ls_mapper split to correct place
1 parent ce8bb12 commit 50613a0

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

doc/api/api_changes.rst

-3
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,6 @@ original location:
212212

213213
* The default clip value of *all* pie artists now defaults to ``False``.
214214

215-
* The `matplotlib.cbook.ls_mapper` dictionary is split into two now.
216-
`ls_mapper` now maps from the short symbols (e.g. `"--"`) to qualified names
217-
(`"solid"`). The new ls_mapper_r is the reversed mapping.
218215

219216
Code removal
220217
------------
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)