Skip to content

Commit c8ae874

Browse files
committed
PEP8: removed extra blank line from axes.boxplot
1 parent 80085e3 commit c8ae874

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3080,7 +3080,6 @@ def boxplot(self, x, notch=False, sym=None, vert=True, whis=1.5,
30803080
# flierprops
30813081
flierprops['color'] = color
30823082

3083-
30843083
# replace medians if necessary:
30853084
if usermedians is not None:
30863085
if (len(np.ravel(usermedians)) != len(bxpstats) or

0 commit comments

Comments
 (0)