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 f991769

Browse filesBrowse files
committed
fix test: PEP8 whitespace check
1 parent f000282 commit f991769
Copy full SHA for f991769

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+0
-2
lines changed

‎examples/pylab_examples/arrow_demo.py

Copy file name to clipboardExpand all lines: examples/pylab_examples/arrow_demo.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ def draw_arrow(pair, alpha=alpha, ec=ec, labelcolor=labelcolor):
162162
max_head_length)
163163
else:
164164
length = max_arrow_length
165-
166165
# set the transparency of the arrow
167166
if display == 'alpha':
168167
alpha = min(data[pair]/sf, alpha)

‎lib/matplotlib/transforms.py

Copy file name to clipboardExpand all lines: lib/matplotlib/transforms.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,6 @@ def transform(self, values):
13051305
return res.reshape(-1)
13061306
elif ndim == 2:
13071307
return res
1308-
13091308
raise ValueError(
13101309
"Input values must have shape (N x {dims}) "
13111310
"or ({dims}).".format(dims=self.input_dims))

0 commit comments

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