igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Better layout output in igraph


From: Håvard Wahl Kongsgård
Subject: Re: [igraph] Better layout output in igraph
Date: Tue, 9 Aug 2011 20:13:24 +0200

Hi, a correction: the exceeded density grid error relates to the drl
layout, not the plot function.

There seems to be no problems with layout="grid_fruchterman_reingold"
and the other layouts I have tested this on.

-Håvard

2011/8/9 Håvard Wahl Kongsgård <address@hidden>:
> with the direct plot approach (igraph.plot(i, "output.pdf", bbox=(600,
> 600), layout="drl")) , I get this error
>
> Error: Exceeded density grid with x_grid = 491 and y_grid =
> 2147483638.  Program stopped.
>
>
>> The Python interface does not support this in 0.5.4 yet. The R interface
>> supports an edge attribute named "curved" which lets you control the
>> curvature of the edge. The Python interface in 0.6 will support custom edge
>> drawer classes, so you would be able to plug in your own edge drawer there.
>
> Is this function available in the trunk?
>
> -Håvard
>



reply via email to

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