Module Biotk_croquis.CroquisSource
Sourcetype mark = | Bullet| Circle
Sourcetype 'a labeling = [ | `C of 'a| `A of 'a array
] 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 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 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 Sourceval render : ?padding:float -> t -> [ `pdf | `svg ] -> target -> unit Sourceval plot :
?width:float ->
?height:float ->
?xlab:string ->
?ylab:string ->
Plot.geom list ->
t