igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[igraph] read_adjacency misunderstanding


From: Figa Pelosa
Subject: [igraph] read_adjacency misunderstanding
Date: Mon, 27 Apr 2009 06:30:59 -0700 (PDT)

hallo,
I'm running iGraph on python and I'm trying to load a weighted graph via read_adjacency. I do not understand the meaning of the "attribute" argument..
I understood I can load a unweighted graph simply calling:
g = Graph.Read_Adjacency('graph.txt',sep=None,comment_char='#', attribute=None)
but I do not understand how lo load weights.

Can anybody help me?
Thanks a lot
FP




reply via email to

[Prev in Thread] Current Thread [Next in Thread]