Live data from Hacker News

Visualizing Reddit with my graph drawing library

yasiv.com

1–10 of 41 posts

Re: Visualizing Reddit with my graph drawing library

#2
It shows how subreddits relate to each other. The data is taken from subreddit description. And a link between two subreddits means one has a reference to another.

The graph drawing library source code: https://github.com/anvaka/VivaGraphJS

Would love to hear what you think...

Re: Visualizing Reddit with my graph drawing library

#4
post #2

It shows how subreddits relate to each other. The data is taken from subreddit description. And a link between two subreddits means one has a reference to another. The graph drawing library source code: https://github.com/anvaka/VivaGraphJS Would love to hear what you think...

Cool project indeed. I didn't have time to read your graph viz library, but I noticed the link to D3 in your github page. I realized then that all beautiful graph stuff I have seen in JS are made in D3, thank you for adding the ref to it. Just to mention a project which uses D3, https://secure.toolness.com/xpi/collusion.html . More over, the D3 page pointed me to circos, which looks amazing (not graph related, anyway). A bit offtopic, but wanted to share.
Post reply on HN