This node-link diagram shows the Twitter users who used the #EuroVis hashtag during EuroVis 2019. If a user retweeted, replied, or quoted another user's tweet, there is a link connecting them. Nodes with darker colors had more #EuroVis tweets.
This example shows how to combine the Random Vertex Sampling algorithm from d3.forceManyBodySampled()
with the Barnes-Hut algorithm from d3.forceManyBody()
. The example first computes a fast layout using Random Vertex sampling, and then runs 10 itereations of the Barnes-Hut algorithm to refine the layout.
More information about the algorithm is available in the blog post.
forked from rpgove's block: EuroVis 2019 Twitter interaction network
https://d3js.org/d3.v5.min.js