I have a complicated diagram with 32 nodes and 75 edges. The structure and order of the nodes is important, as my graph intends to show a logical flow of human behavior.
Ideally, I want to manually move all the nodes in my graph, anchor them, and then run some auto-layout function that organizes ONLY the edges and their labels, but not any of the nodes.
Is this possible with yEd?