xdot

Function layout_and_draw_graph

Source
pub fn layout_and_draw_graph(
    graph: Graph,
) -> Result<Vec<ShapeDraw>, LayoutError>
Available on crate feature layout only.
Expand description

Run xdot layout algorithm on a Graph and extract all ShapeDraw operations.