Functor Avl_draw.MakeGraphics


module MakeGraphics: functor (G : GRAPH) -> sig  end
Given an implementation of graphs structures, the functor MakeGraphics provides drawing functions for the Objective Caml graphics library. See Make for documentation.
Parameters:
G : Avl_draw.GRAPH


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