「ネットワーク分析」をするためのパッケージとして「igraph」というものもある。 これにより「pip install igraph」でもigraphをインストールできるようになった。 (b) PyPI上は「igraph」に統一 PyPI上にも追記されたが、パッケージ名は「igraph」に統一される。
※再掲部分もありますが、今回はmatplotlib, networkx, igraphの3つを説明に盛り込んだのでボリュームが少し多いです。 前回は「igraph」、更にその前は「networkx」を使ったプログラムを紹介した。 どっちのライブラリの方が優れているか、という話ではなく ...
igraph is a library for creating and manipulating graphs. It is intended to be as powerful (ie. fast) as possible to enable the analysis of large graphs. This repository contains the source code to ...
The tutorial shows Python 2.7 and igraph 0.6 in the example outputs. This should be updated to recent versions since we don't even support Python 2.7.