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: Fri, 26 Aug 2011 10:49:27 +0200

> Try edge_curved=True instead of autocurve=True.

Thanks, that worked.

-Håvard

On Fri, Aug 26, 2011 at 8:47 AM, Tamás Nepusz <address@hidden> wrote:
>> Hi, that random sample looks great, but it would look better if more
>> edges were "curved".
> You can make all the edges curved by passing edge_curved=True to 
> igraph.plot(...). autocurve curves only the multiple edges; single edges are 
> kept straight if possible.
>
>> But have you implemented this for all layout?
> It should not depend on the layout, so the answer is yes :)
>
>> I tried it with
>>
>> igraph.plot(i, "/home/havard/output.pdf", bbox=(600, 600),
>> layout="grid_fruchterman_reingold",vertex_size=0.007,
>> edge_width=0.005,vertex_label=None,autocurve=True)
>>
>> in that test none of the edges were curved
> Try edge_curved=True instead of autocurve=True.
>
> --
> T.
>
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>



reply via email to

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