Functor XDot.Make


module Make: 
functor (G : Graph.Graphviz.GraphWithDotAttrs) -> sig .. end
Instantiates a module which creates graph layouts from xdot files
Parameters:
G : Graph.Graphviz.GraphWithDotAttrs

exception DotError of string
val layout_of_xdot : xdot_file:string -> G.t -> (G.vertex, G.edge, string) XDot.graph_layout
Extracts a layout of an xdot file
val layout_of_dot : ?cmd:string ->
dot_file:string -> G.t -> (G.vertex, G.edge, string) XDot.graph_layout
Using the dot file and graphviz, create an xdot and extracts its layout.