Skip to content

Commit 03216fa

Browse files
committed
Remove duplicate arrow_len declaration.
1 parent 6dba45a commit 03216fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plotly/graph_objs/figure_factory.py

Lines 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)