Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5aa3e44

Browse files
phobsonjenshnielsen
authored andcommitted
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 d641339 commit 5aa3e44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/rcsetup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -940,6 +940,7 @@ def validate_animation_writer_path(p):
940940
'boxplot.showbox': [True, validate_bool],
941941
'boxplot.showfliers': [True, validate_bool],
942942
'boxplot.meanline': [False, validate_bool],
943+
943944
'boxplot.flierprops.color': ['k', validate_color],
944945
'boxplot.flierprops.marker': ['o', six.text_type],
945946
'boxplot.flierprops.markerfacecolor': ['none', validate_color],

0 commit comments

Comments
 (0)