Module Vz

Declarative data visualization with Vg.

Vz provides tools to map data to Vg images.

This is a low level layer. For quick exploratory visualizations use Vz_plot.

Open the module to use it, this defines only modules.

module Nice : sig ... end

Nicing numbers.

module Dom : sig ... end

Domains.

module Dmap : sig ... end

Maps between domains.

module Scale' : sig ... end

Scales.

Statistics

type ('a, 'b) stat

The type for a statistic of type 'b on data values of type 'a.

module Stat : sig ... end

Data statistics.

Image and path helpers

module Mark : sig ... end

Marks.