package biotk

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

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.