From d934e29ff8f34a56a0bf5c5a0ed1c9a70a9e13e3 Mon Sep 17 00:00:00 2001 From: Frederic Date: Sat, 14 Dec 2019 12:02:43 +0100 Subject: [PATCH] draw more connection lines --- chaostest/braid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chaostest/braid.js b/chaostest/braid.js index 21a3454..36f911f 100644 --- a/chaostest/braid.js +++ b/chaostest/braid.js @@ -3,7 +3,7 @@ function braid_get_rnd_params() { return { num_points: 10, point_noise: 0.6, - num_connections: 8, + num_connections: 12, }; }