pyworkflow.gui.graph_layout module
- class pyworkflow.gui.graph_layout.BasicLayout[source]
Bases:
GraphLayout
This layout will keep node position as much as possible. It will try to allocate the nodes with x=0 and y=0.
- 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[source]
Bases:
GraphLayout
Organize the nodes of the graph by levels. It will recursively organize childs and then fit two sibling trees.