module MakeGraphics: functor (G : GRAPH) -> sig end
MakeGraphics
provides drawing functions for the Objective Caml
graphics library. See Make
for documentation.Parameters: |
|
type engine = [ `Dot of
[ `Nodesep of int
| `Rankdir of [ `LeftToRight | `TopToBottom]
| `Ranksep of int] list]
val draw_graph : unit -> engine -> int -> int -> G.graph -> int * int