Module Graphviz.Neato
Parameters
X : sig ... end
Signature
val set_command : string -> unitSeveral functions provided by this module run the external program neato. By default, this command is supposed to be in the default path and is invoked by neato. The function
set_commandallows to set an alternative path at run time.
val handle_error : ('a -> 'b) -> 'a -> 'bval fprint_graph : Stdlib.Format.formatter -> X.t -> unitfprint_graph ppf graphpretty prints the graphgraphin the CGL language on the formatterppf.
val output_graph : Stdlib.out_channel -> X.t -> unitoutput_graph oc graphpretty prints the graphgraphin the dot language on the channeloc.