@@ -72,12 +72,13 @@ properties.
7272---------------------------------------------------------
7373
7474The :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.
8182
8283
8384Qualitative colormaps
@@ -177,7 +178,7 @@ Code Changes
177178Split `matplotlib.cbook.ls_mapper ` in two
178179~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
179180
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
181182distinguish between qualified linestyle used by backends and
182183unqualified ones. `ls_mapper ` now maps from the short symbols
183184(e.g. `"--" `) to qualified names (`"solid" `). The new ls_mapper_r is
0 commit comments