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

Skip to content

Commit dda22ef

Browse files
committed
Make sure that meanline is visible when enabled
1 parent 9e7bf6e commit dda22ef

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/matplotlib/rcsetup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@ def validate_animation_writer_path(p):
970970
'boxplot.meanprops.markerfacecolor': ['C1', validate_color],
971971
'boxplot.meanprops.markeredgecolor': ['C1', validate_color],
972972
'boxplot.meanprops.markersize': [6, validate_float],
973-
'boxplot.meanprops.linestyle': ['none', six.text_type],
973+
'boxplot.meanprops.linestyle': ['--', six.text_type],
974974
'boxplot.meanprops.linewidth': [1.0, validate_float],
975975

976976
## font props

0 commit comments

Comments
 (0)