Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 25515bc

Browse files
authored
Merge pull request #19595 from meeseeksmachine/auto-backport-of-pr-19589-on-v3.4.x
Backport PR #19589 on branch v3.4.x (Changes linestyle parameter of flierprops)
2 parents 599fd40 + 4cc6c7c commit 25515bc

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)