Skip to content

Commit 2525da1

Browse files
authored
Merge pull request #19589 from MihaiAnton/doc-fix-markeredgecolor
Changes linestyle parameter of flierprops
2 parents 6ddad42 + 55aa2f3 commit 2525da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/statistics/boxplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
boxprops = dict(linestyle='--', linewidth=3, color='darkgoldenrod')
6363
flierprops = dict(marker='o', markerfacecolor='green', markersize=12,
64-
linestyle='none')
64+
markeredgecolor='none')
6565
medianprops = dict(linestyle='-.', linewidth=2.5, color='firebrick')
6666
meanpointprops = dict(marker='D', markeredgecolor='black',
6767
markerfacecolor='firebrick')

0 commit comments

Comments
 (0)