Arrange network layout
arrange_networkReposition a COMP's children into a left-to-right data-flow layout, placing sources left and output right. Use this 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.
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). |