stocnet / manynet

Many Ways to Make, Manipulate, and Map Myriad Networks
https://stocnet.github.io/manynet/
Other
12 stars 0 forks source link

Specifying e.g. `node_size = 16` does not seem to work #76

Closed jhollway closed 4 months ago

jhollway commented 4 months ago
graphr(ison_adolescents, node_size = 10)
graphr(ison_adolescents, node_size = 16)
henriquesposito commented 4 months ago

This issue was also caused by the changes in latest releases with how node sizing is done in graphr(). This should be fixed now.