igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Graph layouts that respect blocking


From: Tamas Nepusz
Subject: Re: [igraph] Graph layouts that respect blocking
Date: Tue, 4 May 2010 16:31:56 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

Hi David,

There is no built-in function in igraph for such scenarios. I would try
to lay out the individual blocks (clusters) separately (i.e. take the
corresponding subgraph, call a layout function on the subgraph, store
the resulting coordinates, then merge all the layouts in the end).

-- 
Tamas

On Tue, May 04, 2010 at 02:49:21PM +0200, David Edwards wrote:
> Hi all
> 
> I would like to plot chain graphs, that is graphs where the nodes fall into 
> different groups (blocks), in a layout respecting the block structure, that 
> is to say, such that the subgraphs corresponding to the different blocks are 
> positioned in different regions. What is the best way to do this? Any 
> suggestions?
> 
> Kind regards
> 
> David Edwards
> Senior scientist
>         Dept. of Genetics and Biotechnology
> Faculty of Agricultural Sciences
> Aarhus University
> Blichers Allé 20, Postboks 50
> DK-8830 Tjele
> Tel.: +45 8999 1297
> Email: address@hidden
> Tel.: +45 8999 1900
> Web: www.agrsci.au.dk<outbind://30/www.agrsci.au.dk>
> 
> [http://web.agrsci.dk/djflogoen.jpg]
> 



> _______________________________________________
> 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]