Oplot

Mathematical plotting library for ocaml

2D plot and LaTeX

3D surface

gammasurf3d

Documentation

Examples and API documentation.

GUI

An official standalone GUI for oplot: goplot

Examples

The top directory contains examples that can be run from the ocaml toplevel. See the README file.

Install v 0.80

The current version does not require lablgl, but instead you should install tgls and gl-legacy:

opam install tgls
opam pin https://github.com/sanette/gl-legacy.git
opam pin https://github.com/sanette/oplot.git

Install v 0.72

opam pin add https://github.com/sanette/lablgl-lib.git
opam install lablgl.1.07-lib
opam install oplot.0.72

Requirements

opam install gsl