biotk.croquis
Biotk_croquis.Croquis
biotk
biotk.pipes
biotk_pipes_unix
type point = float * float
module Scaling : sig ... end
module Viewport : sig ... end
module Font : sig ... end
type thickness = [
| `normal
| `thick
]
type point_shape = [
| `bullet
| `circle
module Picture : sig ... end
module Plot : sig ... end
type target = [
| `File of string
| `Channel of out_channel
| `Buffer of Buffer.t
module Layout : sig ... end