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