igraph-help
[Top][All Lists]
Advanced

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

[igraph] how to select vertex with an attribute value


From: Simone Gabbriellini
Subject: [igraph] how to select vertex with an attribute value
Date: Sun, 1 Feb 2009 12:15:22 +0100

Hi list,

I am trying to select all the vertices in my graph with an attribute
value (say 'experience') at least of 40

I do:

g.vs.select('experience' >= 40)

but it only retrive one vertex... I suppose the first found...

regards,
simone




reply via email to

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