We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8698b9 commit 9cef470Copy full SHA for 9cef470
doc/users/whats_new/rcparams.rst
@@ -4,3 +4,10 @@ Added "legend.framealpha" key to rcParams
4
Added a key and the corresponding logic to control the default transparency of
5
legend frames. This feature was written into the docstring of axes.legend(),
6
but not yet implemented.
7
+
8
9
+Added "figure.titlesize" and "figure.titleweight" keys to rcParams
10
+``````````````````````````````````````````````````````````````````
11
12
+Two new keys were added to rcParams to control the default font size and weight
13
+used by the figure title (as emitted by ``pyplot.suptitle()``).
0 commit comments