lascar.utils
Utils.Dot
Types for controling the aspect of .dot output files
lascar
type graph_style = ..
type graph_style +=
| SubGraph
Draw graph as a subgraph (to be inserted in an enclosing graph)
| RankdirUD
Draw graph in the Up-down direction
| RankdirLR
Draw graph in the Left-right direction
type node_style = {
node_shape : string;
node_style : string;
}