10000 DOC: yet more doc changes · matplotlib/matplotlib@89add4c · GitHub
[go: up one dir, main page]

Skip to content

Commit 89add4c

Browse files
committed
DOC: yet more doc changes
1 parent d925fff commit 89add4c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

doc/api/api_changes.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,13 @@ properties.
7272
---------------------------------------------------------
7373

7474
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.
8182

8283

8384
Qualitative colormaps
@@ -177,7 +178,7 @@ Code Changes
177178
Split `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
181182
distinguish between qualified linestyle used by backends and
182183
unqualified 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

Comments
 (0)
0