Arrange network layout
arrange_networkReposition a COMP's children into a left-to-right data-flow layout to clean up overlapping nodes. Optionally arrange nested COMPs recursively.
Instructions
Tidy an existing network: reposition a COMP's children into a readable left→right data-flow layout (sources on the left, output on the right). Use this to clean up nodes that are piled on top of each other. Set recursive to also arrange the contents of nested COMPs. Only moves node positions — it never adds, deletes, or rewires nodes. Returns the COMP path and how many nodes were repositioned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | COMP whose children to arrange, e.g. '/project1' or a container path. | |
| recursive | No | Also arrange the nodes inside nested COMPs (each network is tidied on its own). |