package oplot
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Mathematical plotter library for ocaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.85.tar.gz
md5=53418bc8d98c25da99965f853a82dc01
sha512=ae85cd89f5ed36bce7a6c55732605ea909ad075c2376c2041d1f95ea423ca75d27ce18d28110068fc3243ea134e23f3ddab37fe671ef09a869722d0ee9581c3a
Description
High-quality plotting of 2D usual mathematical functions, including animations and LaTeX formulas. Supports also 3D surfaces with interactive rotating.
README
Oplot
Mathematical plotting library for ocaml
2D plot and LaTeX | 3D surface |
|---|---|
![]() | ![]() |
2D plots
- function
y = f(x) - parametric curves
- implicit curves
f(x,y) = 0 - can use mathematical functions from other libraries like
gsl - can use LaTeX to display text and formulas
- animations
- Matrix or grid display
- ...
- function
3D plots
- parametric surfaces
- 3D graphs
z = f(x,y) - interactive 3D rotation and zoom
- ...
Many renderers
- GPU graphics (opengl/sdl)
- Graphics package
- high quality vector graphics in EPS or PDF files
- xfig files
- image screenshots
Documentation
Examples and API documentation.
GUI
An official standalone GUI for oplot.0.72: goplot
Examples
The top directory contains examples that can be run from the ocaml toplevel. See the README file.
Install version >= 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.gitInstall v 0.72
oplot<0.80requireslablgl. If you have any trouble with this, try this one.:
opam pin add https://github.com/sanette/lablgl-lib.git
opam install lablgl.1.07-lib
opam install oplot.0.72Requirements
- For PDF output you need to install the
fig2devsystem package. - For LaTeX display you need a working LaTeX installation; for instance install the
texlivesystem package. - For using the Gnu Scientific Library, install the
gslopam package:
opam install gsl- For rendering via the OCaml Graphics library (currently not recommended), you need to use the
oplot-graphicsopam package.
Extensions to other backends
It's easy to add another backend by using the GRAPHICS signature, see https://github.com/sanette/oplot-graphics
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page

