Posts by Gabriel • 1 point
1 post
-
0
votes1
answer182
viewsQ: Plot 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 =…