[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] plot vertexes with different sizes
From: |
Tamás Nepusz |
Subject: |
Re: [igraph] plot vertexes with different sizes |
Date: |
Fri, 28 Sep 2012 16:00:38 +0200 |
> thanks! why doesn't ?plot.igraph mention this?
Try ?igraph.plotting. ?plot.igraph says:
"...: Additional plotting parameters. See igraph.plotting for the
complete list."
?igraph.plotting lists all the parameters common to plot.igraph, tkplot and
rglplot.
> what about vertex labeling?
?igraph.plotting will tell you that labels can be adjusted with
vertex.label=V(g)$name
--
T.