Skip to content

Commit 85879e2

Browse files
three rings to rule them all
1 parent d21e0af commit 85879e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/twitterbuzz/src/twitterbuzz/layout.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
mentions)]
5050
{:mentions mentions-data
5151
:locs (-> (rad/layout (roots mentions-data) weights mentions)
52-
(rad/polar->cartesian 5))}))
52+
(rad/polar->cartesian 3))}))
5353

5454
(defn score [{:keys [locs mentions]}]
5555
(let [metric (fn [d w] (sqr (- 1 (* d w))))

0 commit comments

Comments
 (0)