Skip to content

Commit

Permalink
PEP8: removed extra blank line from axes.boxplot
Browse files Browse the repository at this point in the history
  • Loading branch information
phobson committed Oct 1, 2014
1 parent 80085e3 commit c8ae874
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit c8ae874

Please sign in to comment.