Hi,
Does pygraphviz have any analysis functionality, like to determine how many edge crossings that a complicated graph has? Currently, I have to spawn out a "dot -v -Ppdf" and search the stderr output for the word "Crossings", but that's... inelegant. And slow when there are lots of graphs to analyze.
Thanks,
Ron