Skip to content

Commit 11818d0

Browse files
committed
DEF: update default median linecolor for boxplots
It was just "blue". Now it's [0] to pick out the first color from the existing color cycle, whatever that may be.
1 parent d09bd21 commit 11818d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/rcsetup.py

+1
Original file line numberDiff line numberDiff line change
@@ -906,6 +906,7 @@ def validate_animation_writer_path(p):
906906
'boxplot.showbox': [True, validate_bool],
907907
'boxplot.showfliers': [True, validate_bool],
908908
'boxplot.meanline': [False, validate_bool],
909+
909910
'boxplot.flierprops.color': ['k', validate_color],
910911
'boxplot.flierprops.marker': ['o', six.text_type],
911912
'boxplot.flierprops.markerfacecolor': ['none', validate_color],

0 commit comments

Comments
 (0)