Skip to content

Commit b8e23fa

Browse files
committed
Use the new colours in more rcParams.
1 parent e785afb commit b8e23fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/rcsetup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ def validate_hist_bins(s):
950950
'boxplot.medianprops.linewidth': [1.0, validate_float],
951951
'boxplot.medianprops.linestyle': ['-', six.text_type],
952952

953-
'boxplot.meanprops.color': ['r', validate_color],
953+
'boxplot.meanprops.color': ['C3', validate_color],
954954
'boxplot.meanprops.linewidth': [1.0, validate_float],
955955
'boxplot.meanprops.linestyle': ['-', six.text_type],
956956

0 commit comments

Comments
 (0)