summaryrefslogtreecommitdiff
path: root/src/chart.mli
blob: 3c758c411c134cb3edb49373e49814b595f087e5 (plain)
1
2
3
4
5
type t
val default      : t
val plot         : int list -> t -> t
val with_options : Options.t -> t -> t
val pp           : out_channel -> t -> unit