Most voted "python-igraph" questions
python-igraph is a powerful tool package for working with graphs in the Python language. Allows the creation of graphs with efficient nodes and edges, and supports dozens of functions to retrieve data and attributes from created graphs, as well as supporting rendering of graphs as images.
Learn more…2 questions
Sort by count of
-
1
votes1
answer2433
viewsGraph using python-igraph with attributes per node and edges
Talk people! I’m trying to create a graph using the Python-Igraph library. Each node would have an attribute, for example, in a book graph whose nodes would be books and the attributes of those…
-
0
votes1
answer182
viewsPlot function of igraph - (python)
I tried to use the igraph library for python in order to plot a graph, I used the very example of the documentation, but it didn’t work. Code used: import igraph from igraph import plot g =…