package oplot

  1. Overview
  2. Docs

Oplot

Mathematical plotting library for ocaml

  • 2D plots

    • function y = f(x)
    • parametric curves
    • can use mathematical functions from other libraries like gsl
    • can use LaTeX to display text and formulas
    • animations
    • Matrix or grid display
    • ...
  • 3D plots

    • parametric surfaces
    • 3D graphs z = f(x,y)
    • interactive 3D rotation and zoom
    • ...
  • Many renderers

    • GPU graphics (opengl/sdl)
    • X11 graphics
    • high quality vector graphics in EPS or PDF files
    • xfig files
    • image screenshots

API documentation.

An official standalone GUI for oplot: goplot

Examples

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

OCaml

Innovation. Community. Security.