Welcome to yEd Q&A! Here you can ask questions and receive answers from other members of the community. And, you can also tell us your most wanted feature requests.

Make the option to anchor/lock nodes and make them unaffected by global automatic layouts.

+1 vote
The automatic layout features of yEd is awesome, but it is also makes maintaining your own structure to the graph a little difficult.

I suggest giving an "anchor this node" option in the context menu, which will make that node unmoved by automatic layout algorithms. (The user can still move anchored nodes just like normal nodes.)

This would allow the user to quickly put the important nodes to positions which communicate his idea the best, anchor them, and then use yEd to elegantly reposition the less-important details.

Happy to send in some diagrams illustrating this if it helps.

Btw, awesome stuff with yEd. Loving it to bits.
asked Nov 25, 2011 in Feature Requests by josephlcs (200 points)

1 Answer

0 votes

There is a specific layout algorithm for this task, it's called 'Partial (Selection Only)' in the Layout menu.

Some other algorithms have a similar setting, too, for example 'Scope' in Organic Layout, 'Act on Selection Only' in Circular Layout and 'Selected Element Incrementally' in Hierarchical Layout.
answered Nov 25, 2011 by michael [yWorks] (14,780 points)