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

Skip to content

Commit 75bb0e8

Browse files
committed
PEP8 : whitespace changes
1 parent 503dd4d commit 75bb0e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2805,7 +2805,7 @@ def xywhere(xs, ys, mask):
28052805
else:
28062806
marker = mlines.CARETLEFT
28072807
caplines.extend(
2808-
self.plot(leftlo, ylo, ls='None', marker=marker,
2808+
self.plot(leftlo, ylo, ls='None', marker=marker,
28092809
**plot_kw))
28102810
if capsize > 0:
28112811
xup, yup = xywhere(x, y, xuplims & everymask)

0 commit comments

Comments
 (0)