[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] load graph [python]
From: |
Tamás Nepusz |
Subject: |
Re: [igraph] load graph [python] |
Date: |
Wed, 30 Jul 2014 23:23:15 +0200 |
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 <address@hidden>
Reply: Help for igraph users <address@hidden>>
Date: 30 July 2014 at 19:02:27
To:address@hidden <address@hidden>>
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
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>