package biotk

  1. Overview
  2. Docs
Bioinformatics toolkit

Install

Dune Dependency

Authors

Maintainers

Sources

biotk-v0.0.0.tbz
sha256=4d487ddb8951d51f0c461a42da2e7f4a8fedcc3691718a93ac577da5d3058b2e
sha512=491ccccba2edb4565946361bbf3a0e764b57238cc8ee8af469a717dcdf18711cf9516becc91956997b870c8944ebe6d1662a2edbb5567c439991c5afd3bceb15

doc/biotk.croquis/Biotk_croquis/Croquis/Picture/index.html

Module Croquis.PictureSource

Sourcetype t
Sourceval void : t
Sourceval points : ?col:Gg.Color.t -> ?shape:point_shape -> x:float array -> y:float array -> unit -> t
Sourceval rect : ?draw:Gg.Color.t -> ?fill:Gg.Color.t -> ?thickness:thickness -> xmin:float -> xmax:float -> ymin:float -> ymax:float -> unit -> t
Sourceval path : ?col:Gg.Color.t -> ?thickness:thickness -> ?arrow_head:bool -> ?cap:Vg.P.cap -> point list -> t
Sourceval circle : ?draw:Gg.Color.t -> ?fill:Gg.Color.t -> ?thickness:thickness -> x:float -> y:float -> radius:float -> unit -> t
Sourceval blend : t list -> t
Sourceval blend2 : 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 -> Gg.box2 -> t
Sourceval frame : t -> t
Sourceval pileup : t list -> t
Sourceval vstack : ?align:[ `none | `centered | `left | `right ] -> t list -> t
Sourceval hstack : ?align:[ `none | `centered | `top | `bottom ] -> t list -> t
Sourceval text : ?col:Gg.Color.t -> ?size:float -> ?font:Font.t -> ?halign:[ `middle | `left | `right ] -> ?valign:[ `base | `top | `bottom ] -> x:float -> y:float -> string -> t
Sourceval bbox : t -> Gg.box2
OCaml

Innovation. Community. Security.