package statocaml_plots

  1. Overview
  2. Docs

Module Statocaml_plots.CohortsSource

Cohorts

Sourcemodule Log = Statocaml.Log
Sourcetype id = int
Sourcetype t = {
  1. id : id;
  2. name : string;
  3. color : string option;
  4. period : Statocaml.Period.t option;
}
Sourceval compare : int -> int -> int
Sourcemodule Imap = Statocaml.Imap
Sourceval create : ?color:string -> ?period:Statocaml.Period.t -> string -> t
Sourcetype cohorts = t Imap.t
Sourcetype 'a cohort_hist = 'a Imap.t Imap.t
Sourceval fill_hist : 'a Imap.t -> int Imap.t Imap.t -> int Imap.t Imap.t
Sourceval sum_hist : int Imap.t Imap.t -> int list
Sourceval plot : Plot.gp -> ?events:Statocaml__Types.event list -> ?event_font_size:int -> ?ylabel:string -> ?except:Imap.key -> t Imap.t -> int cohort_hist -> unit Lwt.t
Sourceval plot_to_file : outfile:string -> title:string -> ?ylabel:string -> ?except:Imap.key -> t Imap.t -> int Imap.t Imap.t -> unit Lwt.t