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 e785afb commit b8e23faCopy full SHA for b8e23fa
lib/matplotlib/rcsetup.py
@@ -950,7 +950,7 @@ def validate_hist_bins(s):
950
'boxplot.medianprops.linewidth': [1.0, validate_float],
951
'boxplot.medianprops.linestyle': ['-', six.text_type],
952
953
- 'boxplot.meanprops.color': ['r', validate_color],
+ 'boxplot.meanprops.color': ['C3', validate_color],
954
'boxplot.meanprops.linewidth': [1.0, validate_float],
955
'boxplot.meanprops.linestyle': ['-', six.text_type],
956
0 commit comments