igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] how to modify vertex density


From: Gábor Csárdi
Subject: Re: [igraph] how to modify vertex density
Date: Wed, 12 Mar 2014 09:17:13 -0400

Hi, make the plot larger, or make the vertices smaller. These are kind of equivalent for vector-based formats.

Gabor


On Wed, Mar 12, 2014 at 9:15 AM, Song Li <address@hidden> wrote:
Hi Gabor,

I have another question when I plot my graph. There are two many vertexes(about 200 nodes) in my graph which makes vertexes very close together. Can I modify the diameter of graphy or set the distance of vertexes lager in order to make the graph looks better?

here is my plot function:
plot(G, vertex.size=8, vertex.label.cex=0.7,edge.arrow.size=0.3,layout=layout.fruchterman.reingold)

Thank you.

Sky li


reply via email to

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