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

Skip to content

Commit 2fa840a

Browse files
committed
fix boxplot flier linestyle from - to none
1 parent 10fe119 commit 2fa840a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/mpl-data/stylelib/classic.mplstyle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ boxplot.capprops.color: k
322322
boxplot.capprops.linestyle: -
323323
boxplot.capprops.linewidth: 1.0
324324
boxplot.flierprops.color: b
325-
boxplot.flierprops.linestyle: -
325+
boxplot.flierprops.linestyle: none
326326
boxplot.flierprops.linewidth: 1.0
327327
boxplot.flierprops.marker: +
328328
boxplot.flierprops.markeredgecolor: k

0 commit comments

Comments
 (0)