Module DGraphTreeLayout.MakeFromDotModel
Parameters
Tree : Graph.Sig.G with type V.label = Graph.DGraphModel.DotG.V.t and type E.label = unit
TreeManipulation : sig ... end
Signature
module Tree : Graph.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 -> Graph.DGraphModel.dotg_model -> Graph.XDot.Make(Tree).graph_layout