File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments