@@ -72,12 +72,13 @@ properties.
72
72
---------------------------------------------------------
73
73
74
74
The :class: `~matplotlib.legend.Legend ` background patch (or 'frame')
75
- can have its `edgecolor ` and `facecolor ` determined by the
76
- corresponding keyword arguments to the `Legend ` initializer, or to any of the
77
- methods or functions that call that initializer. If left to
78
- their default values of `None `, their values will be taken from
79
- `rcParams `. The previously-existing `framealpha ` kwarg still
80
- controls the alpha transparency of the patch.
75
+ can have its ``edgecolor `` and ``facecolor `` determined by the
76
+ corresponding keyword arguments to the :class: `matplotlib.legend.Legend `
77
+ initializer, or to any of the methods or functions that call that
78
+ initializer. If left to their default values of `None `, their values
79
+ will be taken from ``matplotlib.rcParams ``. The previously-existing
80
+ ``framealpha `` kwarg still controls the alpha transparency of the
81
+ patch.
81
82
82
83
83
84
Qualitative colormaps
@@ -177,7 +178,7 @@ Code Changes
177
178
Split `matplotlib.cbook.ls_mapper ` in two
178
179
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
179
180
180
- The `matplotlib.cbook.ls_mapper ` dictionary is split into two now to
181
+ The `` matplotlib.cbook.ls_mapper ` ` dictionary is split into two now to
181
182
distinguish between qualified linestyle used by backends and
182
183
unqualified ones. `ls_mapper ` now maps from the short symbols
183
184
(e.g. `"--" `) to qualified names (`"solid" `). The new ls_mapper_r is
0 commit comments