File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -212,9 +212,6 @@ original location:
212
212
213
213
* The default clip value of *all * pie artists now defaults to ``False ``.
214
214
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.
218
215
219
216
Code removal
220
217
------------
Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments