igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Question about ploting graph in animation


From: Tamas Nepusz
Subject: Re: [igraph] Question about ploting graph in animation
Date: Wed, 21 Apr 2010 18:01:41 +0100

Hi,

> Any comments to help? Thanks a lot in advance!
Calculate the layout only once in advance, store it in a variable and use that 
as the value of the layout=... parameter in plot():

my_layout <- g1.layout_fruchterman_reingold()
[...]
plot(g1, layout=my_layout, vertex.size=4, vertex.label=NA, edge.arrow.size=0.5)

-- 
Tamas





reply via email to

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