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

Description

High-quality plotting of 2D usual mathematical functions, including animations and LaTeX formulas. Supports also 3D surfaces with interactive rotating.

Published: 27 Feb 2020

README

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.

Dependencies (7)

  1. dune >= "1.11"
  2. ocaml >= "4.05.0"
  3. graphics >= "4.05.0"
  4. lablgl >= "1.06"
  5. ocamlsdl >= "0.9.1"
  6. conf-sdl-ttf
  7. conf-sdl-image

Dev Dependencies

None

Used by

None

Conflicts

None