8000 Use the new colours in more rcParams. · matplotlib/matplotlib@b2bf14a · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b2bf14a

Browse files
committed
Use the new colours in more rcParams.
1 parent a38e1da commit b2bf14a

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
@@ -926,7 +926,7 @@ def validate_hist_bins(s):
926926
'boxplot.medianprops.linewidth': [1.0, validate_float],
927927
'boxplot.medianprops.linestyle': ['-', six.text_type],
928928

929-
'boxplot.meanprops.color': ['r', validate_color],
929+
'boxplot.meanprops.color': ['C2', validate_color],
930930
'boxplot.meanprops.linewidth': [1.0, validate_float],
931931
'boxplot.meanprops.linestyle': ['-', six.text_type],
932932

0 commit comments

Comments
 (0)
0