8000
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 a38e1da commit b2bf14aCopy full SHA for b2bf14a
lib/matplotlib/rcsetup.py
@@ -926,7 +926,7 @@ def validate_hist_bins(s):
926
'boxplot.medianprops.linewidth': [1.0, validate_float],
927
'boxplot.medianprops.linestyle': ['-', six.text_type],
928
929
- 'boxplot.meanprops.color': ['r', validate_color],
+ 'boxplot.meanprops.color': ['C2', validate_color],
930
'boxplot.meanprops.linewidth': [1.0, validate_float],
931
'boxplot.meanprops.linestyle': ['-', six.text_type],
932
0 commit comments