Function generate_dot

Source
pub fn generate_dot<O, A>(graph: &OpenHypergraph<O, A>, theme: &Theme) -> Graph
where O: Clone + Debug + PartialEq + Hash, A: Clone + Debug + PartialEq,
Expand description

Generates a GraphViz DOT representation of a lax open hypergraph