[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] Layout for bipartite networks
From: |
Tamás Nepusz |
Subject: |
Re: [igraph] Layout for bipartite networks |
Date: |
Thu, 29 Mar 2012 21:38:35 +0200 |
> I would like to draw some bipartite networks with igraph. Until now
> the best way I found to do it is to define a layout by myself, in
> which the x positions are separated according to the groups of my
> network. I was wondering if is there a better way to draw them (a more
> beautiful way) like a specific layout. Do you know about this?
As far as I know, there are no layout algorithms in igraph that are
specifically designed for bipartite networks, sorry.
Best,
Tamas