Archimedes.CVecPlotting C bigarrays.
type t = (float, Bigarray.float64_elt, Bigarray.c_layout) Bigarray.Array1.tval y :
Viewport.t ->
?const_base:bool ->
?base:t ->
?fill:bool ->
?fillcolor:Color.t ->
?style:style ->
?const_y:bool ->
t ->
unitSee Array.y.
val xy :
Viewport.t ->
?fill:bool ->
?fillcolor:Color.t ->
?style:style ->
?const_x:bool ->
t ->
?const_y:bool ->
t ->
unitSee Array.xy.
val stack :
Viewport.t ->
?fill:bool ->
?fillcolors:Color.t array ->
?style:style ->
?const:bool ->
t array ->
unitSee Array.stack.