mlpost
OCaml library on top of Metapost
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
This module helps drawing grids and plotting functions.
mk_skeleton w h dx dy
builds a skeleton of width w
and height h
, each cell being dx
units wide and dy
units high.
val draw_func :
?pen:Pen.t ->
?drawing:drawing ->
?style:Path.joint ->
?dashed:Dash.t ->
?color:Color.t ->
?label:(Picture.t * Command.position * int) ->
?from_x:int ->
?to_x:int ->
( int -> float ) ->
skeleton ->
Command.t