igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] tkplot with R 2.11.1 and igraph 0.5.4-1 and MacOS


From: Pietro Terna
Subject: Re: [igraph] tkplot with R 2.11.1 and igraph 0.5.4-1 and MacOS
Date: Tue, 31 Aug 2010 13:13:14 +0200
User-agent: Thunderbird 2.0.0.24 (Windows/20100228)

   Tnx, unfortunately Tcl/Tk is installed ...

   I don't receive any error message, just nothing happens.

   Best, Pietro

Gábor Csárdi ha scritto:
Hi,

for me it works fine with R 2.11.1 as well, on OS X.

Do you get an error message, or just nothing happens?

Do you have Tcl/Tk installed? E.g. can you load the tcltk package with

library(tcltk)

?

Best,
Gabor

On Tue, Aug 31, 2010 at 10:08 AM, Claudia Muller-Birn <address@hidden> wrote:
Hi Pietro,

To extend your list :) I just tested your example with R 2.10.1,  igraph 0.5.3 
and MacOS and it is working as well.

Claudia

On Aug 31, 2010, at 9:32 AM, Pietro Terna wrote:

  With R 2.11.1 and igraph 0.5.4-1 and MacOS, tkplot does not produce any 
output. The same example below runs in Win with R 2.8.1 and igraph 0.5.1.

  Example:

library("igraph")
a0=matrix(c(0,0,3,1,0,2,1,10,0),nrow=3)
a=graph.adjacency(a0, mode="directed",weighted=TRUE)
alay=layout.circle(a)
tkplot(a, layout=alay)

  Best, Pietro Terna

--
The world is full of interesting problems to be solved!
Home page http://web.econ.unito.it/terna


_______________________________________________
igraph-help mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/igraph-help
_______________________________________________
igraph-help mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/igraph-help





--
The world is full of interesting problems to be solved!
Home page http://web.econ.unito.it/terna




reply via email to

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