package oplot

  1. Overview
  2. Docs
Mathematical plotter library for ocaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.50.tar.gz
md5=19363b5e989577383cf1b735fe370e3d
sha512=3be56096f79f71ddf91bee0c64ef78b167305ec5c7eacc9cca44b8ac827fbc9c653c5a830ce38b414f68564fed5e7643b4fc6eeb39e5f323cdb2704359736733

doc/README.html

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.

On This Page
  1. Examples