Can anyone recommend a software for large-network visualization?
I'm looking for something that meets the following requirements:
- runs on Windows XP
- accessible via an API (preferably Python), or at least accepts text-based input files (which I could create using Python)
- can handle large networks (order of thousands of nodes) and provide some kind of visualization (a large graphic file or some kind of zoomable interface).
- it would be nice if you could do some basic customization of the nodes and edges with labels, colors, or shapes.
I've heard of IGraph and NetworkX but I cannot get them to run on windows for the life of me. (in the case of IGraph, I can't get cairo installed, and in the case of NetworkX I cannot get pygraphviz installed).
Please let me know if you have any suggestions.
Thanks,
--Jordan

