7

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!

Community
  • 1
  • 1
panuffel
  • 624
  • 1
  • 8
  • 15

1 Answers1

7

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

Gabor Csardi
  • 10,705
  • 1
  • 36
  • 53
  • Thanks Gabor for pointing out the solution you gave on the mailing list, it's very handy! It's a pity the defaut circle shape doesn't handle that.. I made a pull request on github that implement it, following what you did in the email. – Simon C. Dec 24 '21 at 16:51