= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package biotk
-
biotk
-
-
biotk.pipes
-
biotk.pipes.unix
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val void : t
val points :
?col:Gg.Color.t ->
?shape:point_shape ->
x:float array ->
y:float array ->
unit ->
t
val rect :
?draw:Gg.Color.t ->
?fill:Gg.Color.t ->
?thickness:thickness ->
xmin:float ->
xmax:float ->
ymin:float ->
ymax:float ->
unit ->
t
val path :
?col:Gg.Color.t ->
?thickness:thickness ->
?arrow_head:bool ->
?cap:Vg.P.cap ->
point list ->
t
val circle :
?draw:Gg.Color.t ->
?fill:Gg.Color.t ->
?thickness:thickness ->
x:float ->
y:float ->
radius:float ->
unit ->
t
val text :
?col:Gg.Color.t ->
?size:float ->
?font:Font.t ->
?halign:[ `middle | `left | `right ] ->
?valign:[ `base | `top | `bottom ] ->
x:float ->
y:float ->
string ->
t