Mlpostmodule Signature : sig ... endmodule File : sig ... endmodule Ctypes : sig ... endmodule Num : sig ... endAbstract numeric values
module Color : sig ... endDefinitions of many colors
module Point : sig ... endPoints in the plane
module MetaPath : sig ... endMetaPaths: gradually build a path with constraints, get a real path at thxe end.
module Path : sig ... endFixed Paths
module Brush : sig ... endBrushes : change the way lines are drawn in Mlpost
module Transform : sig ... endApply linear transformations to objects in Mlpost
module Picture : sig ... endFunctions to manipulate commands as if they were pictures
module Command : sig ... endBasic drawing commands
module Shapes : sig ... endRectangles, Circles, etc.
module Box : sig ... endA Box is a rectangle with some content and a (not necessarily rectangular) frame. Boxes can be placed, aligned and modified.
module Triangle : sig ... endTree-like, triangular shapes, with a root on top and an horizontal bottom line.
module Arrow : sig ... endDraw arrows and build new forms of arrows.
module Helpers : sig ... endA few helper functions
module Tree : sig ... endCreate and draw trees
module Tree_adv : sig ... endEXPERIMENTAL: A new way of placing trees.
module Diag : sig ... endCreate simple diagrams by placing objects in a table. Deprecated.
module Plot : sig ... endA simple and limited way of plotting functions from int to int.
module Real_plot : sig ... endA simple and limited way of plotting functions from float to float.
module Hist : sig ... endDraw Bar diagrams (Histograms).
module Radar : sig ... endRadar diagrams.
module Legend : sig ... endBuild a legend for diagrams.
module Metapost : sig ... endFunctions to generate Metapost files
module Concrete : sig ... endCompute concrete values of numerics, points and paths; not always available
module Cairost : sig ... endUse the Cairo backend to draw your figures; not always available
module Defaults : sig ... end