Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Vertex frame width in R network plot

My question follows the one here, about how to change the vertex frame width in igraph.

With updates in igraph, the proposed solution seems not to work anymore. Does anybody have a solution (or maybe knows another package that provides networks with changeable vertex frame width?)

Thanks!

like image 517
panuffel Avatar asked Aug 28 '13 09:08

panuffel


1 Answers

You can define a new vertex shape that has a frame width parameter. It is not very hard, see an example here: http://lists.gnu.org/archive/html/igraph-help/2013-03/msg00030.html

like image 182
Gabor Csardi Avatar answered Nov 16 '22 21:11

Gabor Csardi