Dot.Make
module B : Mlpost.Signature.Boxlike
val place : ?orient:[ `TB | `LR | `BT | `RL ] -> node list -> edge list -> B.t list * Mlpost.Path.t list
place ~orient nodes edges
returns a concrete representation of the abstract directed graph composed by nodes
linked by edges
. The concrete representation is composed by the list of all the boxlikes of nodes
placed by dot and by the list of paths representing the edges
drawn by dot