igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Plot - simple question


From: Gábor Csárdi
Subject: Re: [igraph] Plot - simple question
Date: Tue, 21 Apr 2009 07:51:37 +0200

Use curved edges, see e.g. an example here:
http://lists.gnu.org/archive/html/igraph-help/2009-04/msg00104.html

Best,
Gabor

On Mon, Apr 20, 2009 at 11:51 PM, Romildo Martins
<address@hidden> wrote:
> Hello,
>
> I would draw two edges joining two vertices ...
>
> g<-graph(c(0,1,1,0),directed="false")
> E(g)$name<-c("simple","question")
> plot(g,vertex.shape="circle", layout=layout.circle,edge.label=E(g)$name)
>
>
>
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/igraph-help
>
>



-- 
Gabor Csardi <address@hidden>     UNIL DGM




reply via email to

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