igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Trees generations?


From: Marco
Subject: Re: [igraph] Trees generations?
Date: Mon, 9 Nov 2009 14:12:22 +0100

Dear Tamas,

I was using the layout_fruchterman_reingold(), and it 'looks' really nice.

The only thing is that this layout doesn't seem to care too much about
overlapping edges, and with big trees it becomes hard to understand
the nodes whereabouts and neighborhood...
So far I haven't figured yet a way to tell this layout to try harder
to avoid overlapping edges, playing with its various parameters.

Thank you, really a lot,

marco


--
restituiremo il riso ai salici



On Mon, Nov 9, 2009 at 1:57 PM, Tamas Nepusz <address@hidden> wrote:
>> as said: I was reinventing the wheel: this worked perfectly. Thank you!
>> Now I have to find the optimal layout to draw the trees with. I am
>> using not-so-big trees (say: a couple thousands nodes).
>> Any suggestion?
> If it is really a tree (there are no circles), the Reingold-Tilford
> layout (Graph.layout_reingold_tilford) should be perfect for you. This
> layout is explicitly meant for trees.
>
> --
> Tamas
>
>
> _______________________________________________
> 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]