mlpost
OCaml library on top of Metapost
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library mlpost.dot
Parameters
module B : Mlpost.Signature.Boxlike
Signature
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