package biotk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Biotk_croquis.CroquisSource

Sourcemodule Font : sig ... end
Sourcetype t
Sourcetype croquis = t
Sourcemodule Axis : sig ... end
Sourcemodule Viewport : sig ... end
Sourceval bbox : t -> Gg.box2
Sourceval void : Gg.box2 -> t
Sourcetype mark =
  1. | Bullet
  2. | Circle
Sourcetype 'a labeling = [
  1. | `C of 'a
  2. | `A of 'a array
]
Sourceval points : ?col:Gg.Color.t labeling -> ?mark:mark labeling -> ?thickness:float labeling -> ?size:float -> x:float array -> y:float array -> unit -> t
Sourceval line : ?col:Gg.Color.t -> ?thickness:float -> ?arrow_head:bool -> ?cap:Vg.P.cap -> (float * float) -> (float * float) -> t
Sourceval lines : ?col:Gg.Color.t -> ?thickness:float -> ?arrow_head:bool -> ?cap:Vg.P.cap -> x:float array -> y:float array -> unit -> t
Sourceval rect : ?draw:Gg.Color.t -> ?fill:Gg.Color.t -> ?thickness:float -> xmin:float -> xmax:float -> ymin:float -> ymax:float -> unit -> t
Sourceval circle : ?draw:Gg.Color.t -> ?fill:Gg.Color.t -> ?thickness:float -> x:float -> y:float -> radius:float -> unit -> t
Sourceval text : ?col:Gg.Color.t -> ?size:float -> ?font:Font.t -> ?halign:[ `middle | `left | `right ] -> ?valign:[ `base | `middle | `top | `bottom ] -> x:float -> y:float -> string -> t
Sourceval group : t list -> t
Sourceval (++) : t -> t -> t
Sourceval translate : ?dx:float -> ?dy:float -> t -> t
Sourceval scale : ?center:[ `bbox_center | `origin ] -> ?sx:float -> ?sy:float -> t -> t
Sourceval reshape : t -> bbox:Gg.box2 -> t
Sourceval crop : t -> bbox:Gg.box2 -> t
Sourceval frame : t -> t
Sourceval pileup : t list -> t
Sourceval padding : ?delta:float -> ?left:float -> ?right:float -> ?top:float -> ?bottom:float -> t -> t
Sourceval vstack : ?align:[ `none | `centered | `left | `right ] -> t list -> t
Sourceval hstack : ?align:[ `none | `centered | `top | `bottom ] -> t list -> t
Sourcetype target = [
  1. | `File of string
  2. | `Channel of out_channel
  3. | `Buffer of Buffer.t
]
Sourceval render : ?padding:float -> t -> [ `pdf | `svg ] -> target -> unit
Sourcemodule Plot : sig ... end
Sourceval plot : ?width:float -> ?height:float -> ?xlab:string -> ?ylab:string -> Plot.geom list -> t
Sourcemodule Colormap : sig ... end
Sourceval palette : Colormap.t -> t
OCaml

Innovation. Community. Security.