I'm trying to visualise a graph with about 30 nodes and 100 edges, however the edges in gephi are too thin and I'm unable to find a way to increase their thickness. Help would be appreciated.
I have just found out about GephiStreamer. https://pypi.python.org/pypi/GephiStreamer
Using this package one can send instructions from python to Gephi to create nodes and edges in Gephi.
# Create a node with a custom_property
node_a = …
I have a large network of routers all interconnected in a community network. I am trying to see different ways in which i could analyse this network and gain helpful insights and ways in which it could be improved just …