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: Gábor Csárdi
Subject: Re: [igraph] tkplot with R 2.11.1 and igraph 0.5.4-1 and MacOS
Date: Tue, 31 Aug 2010 11:52:10 +0200

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
>



-- 
Gabor Csardi <address@hidden>     UNIL DGM



reply via email to

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