Skip to content

Commit

Permalink
BUG : Merge branch bxp_fliers_no_sym into v1.4.x
Browse files Browse the repository at this point in the history
This is the code from PR #3573
  • Loading branch information
tacaswell committed Sep 30, 2014
2 parents 07fbef1 + 90c516f commit 2f9522f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/matplotlib/axes/_axes.py
Expand Up @@ -3064,6 +3064,8 @@ def boxplot(self, x, notch=False, sym=None, vert=True, whis=1.5,
flierprops = dict(linestyle='none', marker='',
markeredgecolor='none',
markerfacecolor='none')
# turn the fliers off just to be safe
showfliers = False
# now process the symbol string
else:
# process the symbol string
Expand Down

0 comments on commit 2f9522f

Please sign in to comment.