Module DGraphTreeLayout.MakeFromDotModel
Parameters
Tree : Sig.G with type V.label = DGraphModel.DotG.V.t and type E.label = unit
TreeManipulation : sig ... end
Signature
module Tree : Graphviz.GraphWithDotAttrs with module V = Tree.V and module E = Tree.E and type t = Tree.t
val from_model : Tree.t -> Tree.V.t -> DGraphModel.dotg_model -> XDot.Make(Tree).graph_layout