igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Using R igraph to create round arcs


From: Tamas Nepusz
Subject: Re: [igraph] Using R igraph to create round arcs
Date: Tue, 29 Oct 2019 02:38:43 +0100

Hi,

I think you need to use the edge.curved=... parameter when plotting:

plot(g, edge.curved=T)

See also here:

https://igraph.org/r/doc/plot.common.html (search for "curved")

T.


On Tue, 29 Oct 2019 at 02:03, Alon Friedman via igraph-help <address@hidden> wrote:
Hello
I like to know if I can create round arcs instead of straight line arcs using igraph R package?
If so, can you provide more information or examples?
Thank you
Alon
_______________________________________________
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]