package ocamlgraph

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Graphviz.NeatoSource

Parameters

module X : sig ... end

Signature

Sourceval set_command : string -> unit

Several 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_command allows to set an alternative path at run time.

Sourceexception Error of string
Sourceval handle_error : ('a -> 'b) -> 'a -> 'b
Sourceval fprint_graph : Format.formatter -> X.t -> unit

fprint_graph ppf graph pretty prints the graph graph in the CGL language on the formatter ppf.

Sourceval output_graph : out_channel -> X.t -> unit

output_graph oc graph pretty prints the graph graph in the dot language on the channel oc.

OCaml

Innovation. Community. Security.