igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] make igraph charts wider


From: Gábor Csárdi
Subject: Re: [igraph] make igraph charts wider
Date: Mon, 26 Nov 2012 15:59:31 -0500

Yes, most layout algorithms generate circular layouts, and I am not sure what you can do about this. You can, however, make a plot wider, of course. Have you tried my suggestions here?
http://lists.gnu.org/archive/html/igraph-help/2012-10/msg00043.html

Gabor

On Mon, Nov 26, 2012 at 3:02 PM, Mike Dylan <address@hidden> wrote:
plot(g, layout =  layout.kamada.kawai,  vertex.label = V(g)$name,  vertex.label.color= "darkblue",edge.arrow.size=0.8,  edge.curved=T, edge.label=E(g)$Freq, edge.label.color="#F900F9", edge.label.font=5,vertex.shape="rectangle",edge.color="darkgreen", vertex.color="red"))
 
I tried the above layout type and bunch of other ones but still getting the circular output. I would like to make the chart wider so that it is easlity readable. Is there an option like xaxis max or antything to make this work?

_______________________________________________
igraph-help mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/igraph-help




--
Gabor Csardi <address@hidden>     MTA KFKI RMKI


reply via email to

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