Thanks to visit codestin.com Credit goes to github.com
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 d641339 commit 5aa3e44Copy full SHA for 5aa3e44
lib/matplotlib/rcsetup.py
@@ -940,6 +940,7 @@ def validate_animation_writer_path(p):
940
'boxplot.showbox': [True, validate_bool],
941
'boxplot.showfliers': [True, validate_bool],
942
'boxplot.meanline': [False, validate_bool],
943
+
944
'boxplot.flierprops.color': ['k', validate_color],
945
'boxplot.flierprops.marker': ['o', six.text_type],
946
'boxplot.flierprops.markerfacecolor': ['none', validate_color],
0 commit comments