Module type Gnuplot.PLOT_DATA

module type PLOT_DATA = sig .. end

The module type returned by functorial interface.


include Gnuplot_common.T
type vec 
type vec2 
type vec4 
type mat 
val x : handle ->
?tag:int ->
?style:style -> ?label:string -> ?n0:int -> vec -> unit

See Gnuplot.Bigarray.x

val xy : handle ->
?tag:int -> ?style:style -> ?label:string -> vec2 -> unit

See Gnuplot.Bigarray.xy

val bin : handle -> ?tag:int -> ?label:string -> vec2 -> unit

See Gnuplot.Bigarray.bin

val vector : handle -> ?tag:int -> ?label:string -> vec4 -> unit

See Gnuplot.Bigarray.vector

val err : handle -> ?tag:int -> vec4 -> unit

See Gnuplot.Bigarray.err

val xyz : handle ->
?tag:int ->
?style:style ->
?label:string ->
vec ->
vec -> mat -> unit

See Gnuplot.Bigarray.xyz