python-igraph
python-igraph copied to clipboard
Python interface for igraph
**Describe the bug** Matplotlib plotting backend is not documented. See https://igraph.org/python/doc/api/igraph.drawing.html#plot **Version information** 0.9.1
Accessibility and ease of use is an important goal for igraph. I would love to see it being easy to use in various popular interactive environments. I reached out to...
This is a C wrapper, so understandably a lot of the arguments and types are unknown to Python. This can be solved (at least for IDE users) by providing type...
[The tutorial](https://igraph.org/python/doc/tutorial/tutorial.html#) 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.
**Describe the bug** "Unknown field" appears in multiple places in the documentation. Examples: https://igraph.org/python/doc/api/igraph._igraph.GraphBase.html#community_multilevel **Version information** 0.9.1
I've found that the svg rendering becomes a real performance hog when the plotted graph gets big. I've build the following functions, which are enabled similar to the version which...
Hi all, I am trying to explore the possibility of adding an API layer that lets `networkx`/`graph-tool`/`` folks use `igraph` functions transparently, e.g.: ```python import networkx as nx import igraph...
The `select` and `find` functions of EdgeSeq should accept Vertex objects and interpret them correctly. Currently, it is necessary to use the vertex index explicitly to make it work. To...
I get a negative number of edge weights when my graph is very large. Do you know of a way to work around this? Let's start with a large adjacency...
I have the exact same issue which is described in this topic on Stack Overflow https://stackoverflow.com/questions/56638240/igraph-select-performance I have a direct graph created using igraph and the whole code is very...