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 03216fa

Browse filesBrowse files
committed
Remove duplicate arrow_len declaration.
1 parent 6dba45a commit 03216fa
Copy full SHA for 03216fa

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+0
-1
lines changed

‎plotly/graph_objs/figure_factory.py

Copy file name to clipboardExpand all lines: plotly/graph_objs/figure_factory.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1198,7 +1198,6 @@ def get_quiver_arrows(self):
11981198
barb_len[index] = math.hypot(dif_x[index], dif_y[index])
11991199

12001200
# Make arrow lengths
1201-
arrow_len = [None] * len(self.x)
12021201
arrow_len = [i * self.arrow_scale for i in barb_len]
12031202

12041203
# Get barb angles

0 commit comments

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