igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Igraph layout


From: Gábor Csárdi
Subject: Re: [igraph] Igraph layout
Date: Wed, 9 Dec 2009 09:29:51 +0100

Hi, why don't you just store the first layout and use it twice?

mylay <- layout.fruchterman.reingold(mygraph)
plot(mygraph, layout=mylay)

Gabor

On Tue, Dec 8, 2009 at 8:11 PM, Knut Krueger <address@hidden> wrote:
> Hi to all,
> is there a possibility to get twice the same layout when plotting an
> layout.fruchterman.reingold ?
>
> The nodes are always in an other order around teh main node
>
> Kind regards Knut
>
>
>
> _______________________________________________
> 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]