igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] how to select vertex with an attribute value


From: Matteo Zandi
Subject: Re: [igraph] how to select vertex with an attribute value
Date: Sun, 1 Feb 2009 12:35:14 +0100

On Sun, Feb 1, 2009 at 12:15 PM, Simone Gabbriellini <address@hidden> wrote:
g.vs.select('experience' >= 40)

As documented (http://cneurocvs.rmki.kfki.hu/igraph/doc/python/igraph.VertexSeq-class.html#select), you should do:

g.vs.select(experience_gt = 40)

Matteo

reply via email to

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