Visualizing Networks with Hive Plots(bost.ocks.org)
bost.ocks.org
Visualizing Networks with Hive Plots
http://bost.ocks.org/mike/hive/
2 comments
d3.js is ideal for custom visualizations like Martin Krzywinski's. Another neat one is the chord diagram, based on Circos.
http://mbostock.github.com/d3/ex/chord.html
http://circos.ca/
It's also straightforward to transition between datasets and layouts:
http://exposedata.com/tutorial/chord/latest.html
http://mbostock.github.com/d3/ex/chord.html
http://circos.ca/
It's also straightforward to transition between datasets and layouts:
http://exposedata.com/tutorial/chord/latest.html
For a summary of the effort's background and prospects, see my status report (http://groups.google.com/group/d3-js/browse_thread/thread/ba...).