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

Skip to content

Commit 263b070

Browse files
committed
removed extra space; pep8
1 parent 8039d12 commit 263b070

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
@@ -2725,7 +2725,7 @@ def xywhere(xs, ys, mask):
27252725

27262726
plot_kw = {'label': '_nolegend_'}
27272727
if capsize > 0:
2728-
plot_kw['ms'] = 2 * capsize
2728+
plot_kw['ms'] = 2. * capsize
27292729
if capthick is not None:
27302730
# 'mew' has higher priority, I believe,
27312731
# if both 'mew' and 'markeredgewidth' exists.

0 commit comments

Comments
 (0)