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: Claudia Muller-Birn
Subject: Re: [igraph] tkplot with R 2.11.1 and igraph 0.5.4-1 and MacOS
Date: Tue, 31 Aug 2010 10:08:21 +0200

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




reply via email to

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