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

Skip to content

Commit 2f9522f

Browse files
committed
BUG : Merge branch bxp_fliers_no_sym into v1.4.x
This is the code from PR #3573
2 parents 07fbef1 + 90c516f commit 2f9522f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3064,6 +3064,8 @@ def boxplot(self, x, notch=False, sym=None, vert=True, whis=1.5,
30643064
flierprops = dict(linestyle='none', marker='',
30653065
markeredgecolor='none',
30663066
markerfacecolor='none')
3067+
# turn the fliers off just to be safe
3068+
showfliers = False
30673069
# now process the symbol string
30683070
else:
30693071
# process the symbol string

0 commit comments

Comments
 (0)