[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] adding attribute to an edge, depending on nodes
From: |
Tamas Nepusz |
Subject: |
Re: [igraph] adding attribute to an edge, depending on nodes |
Date: |
Fri, 07 Nov 2008 14:57:11 +0000 |
Hi Marco,
> if the attr works as in the vertices, it should be painted red when i
> plot the graph but... I don't see it red :(
Actually it works for me:
>>> g = Graph.Full(5)
>>> g.es[g.ecount() - 1]["label"] = "red"
>>> plot(g)
and there you go, one single edge painted red. Does it work for you?
--
Tamas
- [igraph] adding attribute to an edge, depending on nodes, Marco, 2008/11/07
- Re: [igraph] adding attribute to an edge, depending on nodes, Tamas Nepusz, 2008/11/07
- Re: [igraph] adding attribute to an edge, depending on nodes, Marco, 2008/11/07
- Re: [igraph] adding attribute to an edge, depending on nodes,
Tamas Nepusz <=
- Re: [igraph] adding attribute to an edge, depending on nodes, Marco, 2008/11/07
- Re: [igraph] adding attribute to an edge, depending on nodes, Tamas Nepusz, 2008/11/07
- Re: [igraph] adding attribute to an edge, depending on nodes, Marco, 2008/11/07
- [igraph] subgraph from edge seq, Sergio Jiménez, 2008/11/10
- Re: [igraph] subgraph from edge seq, Tamas Nepusz, 2008/11/10
- RE: [igraph] subgraph from edge seq, Sergio Jiménez, 2008/11/10
Re: [igraph] adding attribute to an edge, depending on nodes, Neal Becker, 2008/11/07