8000 Backport PR #19589: Changes linestyle parameter of flierprops · matplotlib/matplotlib@4cc6c7c · GitHub
[go: up one dir, main page]

Skip to content

Commit 4cc6c7c

Browse files
jklymakmeeseeksmachine
authored andcommitted
Backport PR #19589: Changes linestyle parameter of flierprops
1 parent 599fd40 commit 4cc6c7c

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)
0