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.
2 parents 599fd40 + 4cc6c7c commit 25515bcCopy full SHA for 25515bc
1 file changed
examples/statistics/boxplot.py
@@ -61,7 +61,7 @@
61
62
boxprops = dict(linestyle='--', linewidth=3, color='darkgoldenrod')
63
flierprops = dict(marker='o', markerfacecolor='green', markersize=12,
64
- linestyle='none')
+ markeredgecolor='none')
65
medianprops = dict(linestyle='-.', linewidth=2.5, color='firebrick')
66
meanpointprops = dict(marker='D', markeredgecolor='black',
67
markerfacecolor='firebrick')
0 commit comments