The networkx library uses matplotlib and graphviz to generate graphical representations of the graphs. Leverage this to generate descriptive, well organized images. The images that are generated right now are very hard (impossible for any nontrivial project) to interpret.
Wrote a function to generate a .gml file that can be read by graph visualization software. This is good enough for now and the foreseeable future... Closing this issue..
The networkx library uses matplotlib and graphviz to generate graphical representations of the graphs. Leverage this to generate descriptive, well organized images. The images that are generated right now are very hard (impossible for any nontrivial project) to interpret.