连接可视化 - python, R, matlab?
Visualisation of connections - python, R, matlab?
我正在寻找一种工具来可视化特定点之间的连接。我有一堆有时相互连接的数据点,我想创建这种连接的地图 - 可能是这样的:
您对此类工具有什么提示或建议吗?也许 python、R 或 matlab 中有一个模块或函数可以完成该任务。
关于 LinkedIn InMaps(2014 年 9 月关闭)的更多信息:
http://www.quora.com/What-graphing-algorithm-does-Linkedin-inMaps-use
The layout is an optimized Barnes-Hut algorithm, and the colors are
picked using the Louvain optimization for modularity. While we
definitely played around with Gephi for some earlier mocks of the
project, the final version does not use it.
InMaps uses Hadoop/Pig , Ruby , Voldemort, Java and Processing for the
heavy backend maps calculation and image processing. The exploration
widget is powered by Javascript and open-source libraries Seadragon
and RaphaelJS.
Mathieu Bastien,核心程序员之一,在这里有一个技术演示:
http://www.slideshare.net/linkedin/linkedin-meetup-inmaps
他还是开源图形 GUI Gephi 的核心程序员:
我正在寻找一种工具来可视化特定点之间的连接。我有一堆有时相互连接的数据点,我想创建这种连接的地图 - 可能是这样的:
您对此类工具有什么提示或建议吗?也许 python、R 或 matlab 中有一个模块或函数可以完成该任务。
关于 LinkedIn InMaps(2014 年 9 月关闭)的更多信息:
http://www.quora.com/What-graphing-algorithm-does-Linkedin-inMaps-use
The layout is an optimized Barnes-Hut algorithm, and the colors are picked using the Louvain optimization for modularity. While we definitely played around with Gephi for some earlier mocks of the project, the final version does not use it.
InMaps uses Hadoop/Pig , Ruby , Voldemort, Java and Processing for the heavy backend maps calculation and image processing. The exploration widget is powered by Javascript and open-source libraries Seadragon and RaphaelJS.
Mathieu Bastien,核心程序员之一,在这里有一个技术演示:
http://www.slideshare.net/linkedin/linkedin-meetup-inmaps
他还是开源图形 GUI Gephi 的核心程序员: