If you meant this function: http://igraph.org/python/doc/igraph-module.html#load
then the documentation states that this function is simply an alias to the Read() class method of the Graph class, i.e. this one: http://igraph.org/python/doc/igraph.Graph-class.html#Read The documentation for Graph.Read contains all the information you need; just take a look at the possible values of the "format" parameter. -- T. -----Original Message----- From: Pagliari, Roberto <[email protected]> Reply: Help for igraph users <[email protected]>> Date: 30 July 2014 at 19:02:27 To: [email protected] <[email protected]>> Subject: [igraph] load graph [python] > Which formats are available for loading graphs from files, and how do I > specify the format > with the function load? > _______________________________________________ > igraph-help mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/igraph-help > _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
