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: Tamás Nepusz
Subject: Re: [igraph] Better layout output in igraph
Date: Fri, 26 Aug 2011 08:47:22 +0200

> 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.




reply via email to

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