package statocaml_plots

  1. Overview
  2. Docs

Module Make.RSource

Sourceval plotters : (Plot.gp -> Yojson.Safe.t -> P.t -> unit Lwt.t) Statocaml.Smap.t ref
Sourceval add_plotter : Statocaml.Smap.key -> (Plot.gp -> Yojson.Safe.t -> P.t -> unit Lwt.t) -> unit
Sourceval plotter_by_name : Statocaml.Smap.key -> (Plot.gp -> Yojson.Safe.t -> P.t -> unit Lwt.t) option
Sourceval plot : ?dir:string -> Statocaml_plots__Json.plot_param -> Yojson.Safe.t -> P.t -> (Statocaml_plots__Json.plot_param * Plot.gp) Lwt.t
Sourceval plot_from_json : ?dir:string -> Yojson.Safe.t -> P.t -> (Statocaml_plots__Json.plot_param * Plot.gp) Lwt.t