10000 Allow boxplot.meanprops.markerfacecolor to be auto · matplotlib/matplotlib@e4a72eb · GitHub
[go: up one dir, main page]

Skip to content

Commit e4a72eb

Browse files
committed
Allow boxplot.meanprops.markerfacecolor to be auto
1 parent 67cd55e commit e4a72eb

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
@@ -943,7 +943,7 @@ def validate_animation_writer_path(p):
943943

944944
'boxplot.flierprops.color': ['k', validate_color],
945945
'boxplot.flierprops.marker': ['o', six.text_type],
946-
'boxplot.flierprops.markerfacecolor': ['none', validate_color],
946+
'boxplot.flierprops.markerfacecolor': ['none', validate_color_or_auto],
947947
'boxplot.flierprops.markeredgecolor': ['k', validate_color],
948948
'boxplot.flierprops.markersize': [6, validate_float],
949949
'boxplot.flierprops.linestyle': ['none', six.text_type],

0 commit comments

Comments
 (0)
0