igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] edge.curved


From: Moses Boudourides
Subject: Re: [igraph] edge.curved
Date: Wed, 18 May 2011 19:05:28 +0200

Yes, actually, after I've sent the email, I tried something similar to
the dashed case you showed me:

E(g)$curved <- FALSE
E(g, P=c(0,1, 0,2, 1,2, 2,3))$curved <- TRUE

and it worked.

--Moses

On Wed, May 18, 2011 at 7:01 PM, Gábor Csárdi <address@hidden> wrote:
> 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
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>



reply via email to

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