Module Vz_plot.Marks

Graphical representations of observations.

type 'a t

The type for marks representing a subset of observation of type 'a.

val dot : ?r:('o, float) Vmap.t -> ?x:('o, float) Vmap.t -> ?y:('o, float) Vmap.t -> ?fill:('o, Gg.Color.t) Vmap.t -> ?outline:('o, Gg.Color.t) Vmap.t -> unit -> 'o t
val to_image : 'a t -> w:float -> 'a Evidence.Dataset.t -> Gg.Box2.t * Vg.image