package prbnmcn-gnuplot

  1. Overview
  2. Docs

Datasets

type 'dim t

'dim t is the type of datasets of type 'dim.

val of_seq : 'dim Stdlib.Seq.t -> 'dim t

Import a dataset from a Seq.t

val of_array : 'dim array -> 'dim t

Import a dataset from an array

val of_list : 'dim list -> 'dim t

Import a dataset from a list