Python-igraph学习笔记

python-igraph是igraph网络分析包的Python版本,具有高效率、兼容性、可用性好等特点,目前支持Python 3和Python 2.7(即将停止更新),是分析网络包除networkx的又一选择。安装命令: python install python-igraph 安装之后运行示例代码 from igraph import * g = Graph.Famous("petersen") plot(g) 出现错误 TypeError:plottingnotavailable,有网友提示需要安装...

Continue Reading »
分享到: