Force graphviz to preserve node positions
问题 I have a graph that changes over time (normally, new nodes are added). I need to regenerate the graph several times, and want all of the nodes to stick where they have been. This partially works when using graphviz with the fdp -algorithm, setting the pin -flag and specifying the positions with the pos -argument. In most cases, this works pretty well. But especially when new nodes are added, the layout sometimes changes drastically - which I need to avoid. Is there an option to actually force