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

Skip to content

Commit 5df9cad

Browse files
committed
Merge branch 'move-figure-factory' into cleaner-import-checking
2 parents 25d334f + 03216fa commit 5df9cad

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
@@ -1179,7 +1179,6 @@ def get_quiver_arrows(self):
11791179
barb_len[index] = math.hypot(dif_x[index], dif_y[index])
11801180

11811181
# Make arrow lengths
1182-
arrow_len = [None] * len(self.x)
11831182
arrow_len = [i * self.arrow_scale for i in barb_len]
11841183

11851184
# Get barb angles

0 commit comments

Comments
 (0)