igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Plot multiple edges


From: Gábor Csárdi
Subject: Re: [igraph] Plot multiple edges
Date: Wed, 4 Nov 2009 10:57:45 +0100

Hi,

they show up, but they are on top of each other. Make them curved, see
the examples at
http://lists.gnu.org/archive/html/igraph-help/2009-03/msg00170.html

Best,
G.

On Wed, Nov 4, 2009 at 10:53 AM, Michael Knudsen <address@hidden> wrote:
> Hi,
>
> I have just discovered the great igraph package, and I must say that
> I'm really exited about it! However, there is a little glitch. I'm
> trying to plot an undirected graph with multiple edges, but they never
> show up:
>
>> library(igraph)
>> g <- c(0,1, 0,1, directed=F)
>> plot(g)
>
> I have tried with different layout options but to no avail. Looking
> through the documentation, the only things relating to multiple edges
> seem to be functions like this:
>
>> count.multiple(g)
> [1] 2 2
>
> The edges is recognized as multiple, but it is not plotted as such. Is
> there any way to do that?
>
> Thanks,
> Michael Knudsen
>
> --
> Michael Knudsen
> address@hidden
> http://sites.google.com/site/micknudsen/
>
>
> _______________________________________________
> 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]