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

Skip to content

Commit ec4827e

Browse files
committed
Move documentation of ls_mapper split to correct place
1 parent 4146df9 commit ec4827e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

doc/api/api_changes.rst

Lines changed: 0 additions & 3 deletions
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
------------
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