[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] Trees generations?
From: |
Tamas Nepusz |
Subject: |
Re: [igraph] Trees generations? |
Date: |
Wed, 11 Nov 2009 13:27:09 +0000 |
User-agent: |
Mutt/1.5.17 (2007-11-01) |
Dear Marco,
> I was using the layout_fruchterman_reingold(), and it 'looks' really nice.
Note that I mentioned layout_reingold_tilford() and not
layout_fruchterman_reingold(). The Reingold-Tilford layout algorithm is
a deterministic algorithm designed specifically for trees. See the
following reference:
Reingold, E and Tilford, J: Tidier drawing of trees. IEEE Trans. Softw.
Eng., SE-7(2):223--228, 1981
--
Tamas