I have a graph that contains looped edges, i.e. edges that have the same source and destination node. I want them to be drawn starting from the same "port" - see attached demo.dot.
Dot draws all edges correctly, but neato doesn't. However, I need to use neato since I provide pos arguments for my nodes (dot creates a messy graph).
The command I execute to get the demo.svg is:
neato -Tsvg demo.dot -o demo.svg
Regards
Input file: b1079.dot
Output file: b1079.svg
Owner: erg
Status: Fixed (15 Feb 2007)