jaxry / bubblechan

the two-dimensional 4chan reader.
Other
5 stars 2 forks source link

Scale nodes according to their centrality #11

Open jaxry opened 9 years ago

jaxry commented 9 years ago

Currently when the graph is zoomed out, the nodes stay the same size. Instead, a node should be scaled up proportional to the node's centrality in the graph. The idea is that important nodes will stand out, making it easy to see which posts are the most interesting.

I believe Katz centrality would be the best measure of post importance.