package oplot

  1. Overview
  2. Docs
Mathematical plotter library for ocaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.71.tar.gz
md5=3c7dd21874dc7bef4bf639b9313df477
sha512=0485dfb849d69389655ac6da0f6483baa763c961722723a0b7bf235396040045b45fae1ebd0e3537e5c9bbfb836c4cb5c9ff83c90270922f2cc757320c5d502e

CHANGELOG.md.html

0.7 -- 2022/12/22 -- (breaking change) remove Graphics dependency

  • Graphics is now optional. Use the oplot-graphics package to restore it. We use a functor signature for this.

  • Slight breaking change: module Internal is now part of Plt (sounder signature). Just use Oplot.Plt.Internal instead of Oplot.Internal and everything should be fine.

Better Mac OS support:

  • fix closing window problem from the toplevel (https://github.com/sanette/oplot/issues/3, thanks @anentropic)

  • support for crisp graphics on retina screen

0.6 -- 2022/11/22 -- upgrade to SDL2

Drop the dependency on the old SDL12 library (and hence ocamlsdl), switch to tsdl, tsdl-image, tsdl-ttf.

0.5 -- last version with SDL12

0.1, 0.2, 0.3, 0.4 -- 2007 (yes, that's old)