File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,17 @@ but not yet implemented.
12
12
13
13
Added "figure.titlesize" and "figure.titleweight" keys to rcParams
14
14
``````````````````````````````````````````````````````````````````
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 ``.
17
26
18
27
19
28
``image.composite_image `` added to rcParams
@@ -28,4 +37,3 @@ Added "toolmanager" to "toolbar" possible values
28
37
````````````````````````````````````````````````
29
38
30
39
The new value enables the use of ``ToolManager ``
31
-
You can’t perform that action at this time.
0 commit comments