Project: igraph

High performance graph data structures and algorithms

Project Details

Latest version
0.11.3
Home Page
https://igraph.org/python
PyPI Page
https://pypi.org/project/igraph/

Project Popularity

PageRank
0.006050706166166104
Number of downloads
1238972

Python interface to the igraph high performance graph library, primarily aimed at complex network research and analysis.

Graph plotting functionality is provided by the Cairo library, so make sure you install the Python bindings of Cairo if you want to generate publication-quality graph plots. You can try either pycairo <http://cairographics.org/pycairo>_ or cairocffi <http://cairocffi.readthedocs.io>_, cairocffi is recommended because there were bug reports affecting igraph graph plots in Jupyter notebooks when using pycairo (but not with cairocffi).