I would like to use the hierarchical layout in yEd. However, when running the algorithm to layout the nodes, it is selecting the wrong node to place at the top. Is it possible to control which node is placed at the top and then let the algorithm position the remainder of the nodes?
The reason why the algorithm is failing is that the end node has an arrow pointing back to the start node. If I remove the cycle in the graph, the start node will be on top. I would like to be able to maintain the cycle to be able to indicate that the process will start over again and have the start node be on the top.
I am using version 3.21.1 on macOS 10.15.7 if it matters.