pyworkflow.gui.graph_layout module
- class pyworkflow.gui.graph_layout.GraphLayout[source]
 Bases:
objectBase class for all algorithm that implement functions to organize a graph in a plane.
- class pyworkflow.gui.graph_layout.LevelTreeLayout(partial=False)[source]
 Bases:
GraphLayoutOrganize the nodes of the graph by levels. It will recursively organize children and then fit the sibling trees.