> .es[] is included in which package? .es is a standard attribute of any graph object in the Python interface of igraph:
>>> from igraph import Graph >>> g = Graph.Famous(“petersen”) >>> type(g.es) igraph.EdgeSeq — T. _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
