8000 Use the new colours in more rcParams. · matplotlib/matplotlib@b9823d8 · 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 b9823d8

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

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': ['C2', validate_color],
954954
'boxplot.meanprops.linewidth': [1.0, validate_float],
955955
'boxplot.meanprops.linestyle': ['-', six.text_type],
956956

0 commit comments

Comments
 (0)
0