igraph-help
[Top][All Lists]
Advanced

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

[igraph] edge select


From: Kurt J
Subject: [igraph] edge select
Date: Tue, 25 Mar 2008 20:49:32 +0000

Hi,

A simple question, but I'm a bit confused by the doc strings.  In python, I want to select an edge based on the nodes it connects...

>>> G.es[0].tuple
(0, 1)

Can I use G.es.select to find the edge connecting nodes 0 and 1 for example?

-Kurt

reply via email to

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