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

Skip to content

Commit 6c4b973

Browse files
committed
small -> medium
1 parent 64accfd commit 6c4b973

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

lib/matplotlib/rcsetup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ def validate_hist_bins(s):
11071107
'legend.numpoints': [1, validate_int],
11081108
# the number of points in the legend line for scatter
11091109
'legend.scatterpoints': [1, validate_int],
1110-
'legend.fontsize': ['small', validate_fontsize],
1110+
'legend.fontsize': ['medium', validate_fontsize],
11111111
# the relative size of legend markers vs. original
11121112
'legend.markerscale': [1.0, validate_float],
11131113
'legend.shadow': [False, validate_bool],

matplotlibrc.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ backend : $TEMPLATE_BACKEND
405405
#legend.numpoints : 1 # the number of marker points in the legend line
406406
#legend.scatterpoints : 1 # number of scatter points
407407
#legend.markerscale : 1.0 # the relative size of legend markers vs. original
408-
#legend.fontsize : small
408+
#legend.fontsize : medium
409409
# Dimensions as fraction of fontsize:
410410
#legend.borderpad : 0.4 # border whitespace
411411
#legend.labelspacing : 0.5 # the vertical space between the legend entries

0 commit comments

Comments
 (0)