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

Skip to content

BUG: now only set 'marker' and 'color' attribute of fliers in boxplots #3600

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 1, 2014
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
PEP8: removed extra blank line from axes.boxplot
  • Loading branch information
phobson committed Oct 1, 2014
commit c8ae8746d18bd6d72b43d5fab2b43bd0acd3a7e2
1 change: 0 additions & 1 deletion lib/matplotlib/axes/_axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -3080,7 +3080,6 @@ def boxplot(self, x, notch=False, sym=None, vert=True, whis=1.5,
# flierprops
flierprops['color'] = color


# replace medians if necessary:
if usermedians is not None:
if (len(np.ravel(usermedians)) != len(bxpstats) or
Expand Down