【发布时间】:2012-11-21 14:46:20
【问题描述】:
我正在尝试使用 gephi (http://gephi.org/) 来生成朋友地图。目前我的数据存储在一个字典中,如下所示:
{id1 : [friend_id, friend_id2 etc],
id2 : [friend_id3],
id3 : ... }
gephi 需要什么样的数据结构来制作这样的图 https://gephi.org/wp-content/themes/gephi/images/screenshots/layout2-mini.png
非常感谢!
【问题讨论】: