10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67cd55e commit e4a72ebCopy full SHA for e4a72eb
lib/matplotlib/rcsetup.py
@@ -943,7 +943,7 @@ def validate_animation_writer_path(p):
943
944
'boxplot.flierprops.color': ['k', validate_color],
945
'boxplot.flierprops.marker': ['o', six.text_type],
946
- 'boxplot.flierprops.markerfacecolor': ['none', validate_color],
+ 'boxplot.flierprops.markerfacecolor': ['none', validate_color_or_auto],
947
'boxplot.flierprops.markeredgecolor': ['k', validate_color],
948
'boxplot.flierprops.markersize': [6, validate_float],
949
'boxplot.flierprops.linestyle': ['none', six.text_type],
0 commit comments