Skip to content

Commit 8289683

Browse files
committed
replace spring with forceatlas2 (#275)
1 parent fb05cc5 commit 8289683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ultraplot/tests/test_1dplots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ def test_networks(rng):
566566
]
567567
edge_alphas = [1, 0.75, 0.5, 0.25]
568568

569-
layouts = ["arf", "spring", "circular", "random"]
569+
layouts = ["arf", "forceatlas2", "circular", "random"]
570570
cmaps = ["acton", "viko", "roma", "blues"]
571571
for g, facecolor, pos, layout, spines, alpha, cmap in zip(
572572
graphs, facecolors, positions, layouts, spines, edge_alphas, cmaps

0 commit comments

Comments
 (0)