package archimedes

  1. Overview
  2. Docs

Plotting C bigarrays.

val y : Viewport.t -> ?const_base:bool -> ?base:t -> ?fill:bool -> ?fillcolor:Color.t -> ?style:style -> ?const_y:bool -> t -> unit

See Array.y.

val xy : Viewport.t -> ?fill:bool -> ?fillcolor:Color.t -> ?style:style -> ?const_x:bool -> t -> ?const_y:bool -> t -> unit
val stack : Viewport.t -> ?fill:bool -> ?fillcolors:Color.t array -> ?style:style -> ?const:bool -> t array -> unit