Hello guys,
I have here generated a large .dot file of my facebook friends' graph with fb-map. It has 287 nodes and almost 2000 edges. I'm using dot
and neato
to generate a .png image, using the overlap="orthoyx"
paramethers, but it doesn't give a nice effect. Too many overlapped edges.
Do you know any set of options to manage such huge graphs and draw them in an eye-readable way with Graphviz?