Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3f23a8f

Browse files
committed
STYLE: make default Figure suptitle large, like Axes title.
1 parent 11226f8 commit 3f23a8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/matplotlib/rcsetup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1180,7 +1180,7 @@ def validate_hist_bins(s):
11801180

11811181
## figure props
11821182
# figure title
1183-
'figure.titlesize': ['medium', validate_fontsize],
1183+
'figure.titlesize': ['large', validate_fontsize],
11841184
'figure.titleweight': ['normal', six.text_type],
11851185

11861186
# figure size in inches: width by height

matplotlibrc.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ backend : $TEMPLATE_BACKEND
418418

419419
### FIGURE
420420
# See http://matplotlib.org/api/figure_api.html#matplotlib.figure.Figure
421-
#figure.titlesize : medium # size of the figure title
421+
#figure.titlesize : large # size of the figure title (Figure.suptitle())
422422
#figure.titleweight : normal # weight of the figure title
423423
#figure.figsize : 6.4, 4.8 # figure size in inches
424424
#figure.dpi : 100 # figure dots per inch

0 commit comments

Comments
 (0)