package statocaml_plots

  1. Overview
  2. Docs

Module Statocaml_plots.JsonSource

Sourcetype 'data plotter = Plot.gp -> Yojson.Safe.t -> 'data -> unit Lwt.t
Sourceval to_plotter : 'a Ocf.wrapper -> (Plot.gp -> 'a -> 'data -> unit Lwt.t) -> 'data plotter
Sourcemodule Smap = Statocaml.Smap
Sourcetype plot_param = {
  1. w : int option;
  2. h : int option;
  3. title : string option;
  4. title_font_size : int option;
  5. outfile : string;
  6. terminal : string;
  7. plotter : string;
}
Sourceval default_plot_param : plot_param
Sourceval plot_param_wrapper : plot_param Ocf.Wrapper.t
Sourcemodule Register (P : Statocaml_profile.T.S) : sig ... end