Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0899658

Browse filesBrowse files
committed
PEP8: wrap line
1 parent 2b66c27 commit 0899658
Copy full SHA for 0899658

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2873,7 +2873,8 @@ def xywhere(xs, ys, mask):
28732873
plot_kw['markeredgewidth'] = capthick
28742874
# For backwards-compat, allow explicit setting of
28752875
# 'mew' or 'markeredgewidth' to over-ride capthick.
2876-
for key in ('markeredgewidth', 'mew', 'transform', 'alpha', 'zorder', 'rasterized'):
2876+
for key in ('markeredgewidth', 'mew', 'transform', 'alpha',
2877+
'zorder', 'rasterized'):
28772878
if key in kwargs:
28782879
plot_kw[key] = kwargs[key]
28792880

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.