Manipulating the graph: Pinning nodes
It is possible to pin the nodes on your graph visualization. Pinning a node allows to fix it at a specific place on the graph.
To pin a node, we can either select Pin
on the tooltip opened by right-clicking,
or click on the ...
in the actions menu.
A pin symbol appears on the node.
If we pin a node, this node will stay at the same place when we move the rest of the graph, for example using the force-directed layout option:
We have the ability to pin nodes automatically on mouse drag, that could be done from the layout settings.