igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] edge.curved


From: Gábor Csárdi
Subject: Re: [igraph] edge.curved
Date: Wed, 18 May 2011 13:01:19 -0400

Hi,

almost the same way, as for the dashed edges:

E(g)$curved <- FALSE
E(g)[is.multiple(g)]$curved <- TRUE

G.

On Wed, May 18, 2011 at 12:57 PM, Moses Boudourides
<address@hidden> wrote:
> Hi again,
>
> I have a graph which is partially with multiple edges. Is it possible
> to curve only these multiple edges and leave the rest of them
> straight? If yes, how?
>
> Best,
>
> --Moses
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>



-- 
Gabor Csardi <address@hidden>     MTA KFKI RMKI



reply via email to

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