File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1180,7 +1180,7 @@ def validate_hist_bins(s):
1180
1180
1181
1181
## figure props
1182
1182
# figure title
1183
- 'figure.titlesize' : ['medium ' , validate_fontsize ],
1183
+ 'figure.titlesize' : ['large ' , validate_fontsize ],
1184
1184
'figure.titleweight' : ['normal' , six .text_type ],
1185
1185
1186
1186
# figure size in inches: width by height
Original file line number Diff line number Diff line change @@ -418,7 +418,7 @@ backend : $TEMPLATE_BACKEND
418
418
419
419
### FIGURE
420
420
# 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())
422
422
#figure.titleweight : normal # weight of the figure title
423
423
#figure.figsize : 6.4, 4.8 # figure size in inches
424
424
#figure.dpi : 100 # figure dots per inch
You can’t perform that action at this time.
0 commit comments