File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,8 +12,17 @@ but not yet implemented.
1212
1313Added "figure.titlesize" and "figure.titleweight" keys to rcParams
1414``````````````````````````````````````````````````````````````````
15- Two new keys were added to rcParams to control the default font size and weight
16- used by the figure title (as emitted by ``pyplot.suptitle() ``).
15+
16+ Two new keys were added to rcParams to control the default font size
17+ and weight used by the figure title (as emitted by
18+ ``pyplot.suptitle() ``).
19+
20+ Added ``legend.facecolor `` and ``legend.edgecolor `` keys to rcParams
21+ ```````````````````````````````````````````````````````````````````
22+
23+ The new keys control colors (background and edge) of legend patches.
24+ The value ``'inherit' `` for these rcParams falls uses the value of
25+ ``axes.facecolor `` and ``axes.edgecolor ``.
1726
1827
1928``image.composite_image `` added to rcParams
@@ -28,4 +37,3 @@ Added "toolmanager" to "toolbar" possible values
2837````````````````````````````````````````````````
2938
3039The new value enables the use of ``ToolManager ``
31-
You can’t perform that action at this time.
0 commit comments