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

Skip to content

Commit c8ae874

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

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)