igraph-help
[Top][All Lists]
Advanced

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

[igraph] tkplot


From: Vincent Matossian
Subject: [igraph] tkplot
Date: Tue, 28 Nov 2006 15:06:21 -0500


 The following gives me problems:

g <- graph(c(0,1,1,2,2,3,3,4))
tkplot(g) # say I get 1 as a tkp.id

I then adjust the vertices in a suitable manner and try

coord<- tkplot.getcoord(1)

When I try

plot(g,layout=coord)

The result is equivalent to having tkplot be in "fit to screen" mode with a rotation of 180 degrees and does therefore not look as I expected.

Is this a known issue or am I missing something?

thanks for your help,

vincent

reply via email to

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