package gnuplot
Simple interface to Gnuplot
Gnuplot-OCaml provides a simple interface to Gnuplot from OCaml.
The API supports only 2D graphs and was inspired by FnuPlot
Install
Dune Dependency
Authors
Maintainers
Sources
v0.6.tar.gz
md5=8fe3760b78c5f9d06c295a693aaed95e
sha512=41d1c20afaa039e6f7b9fccabd2de6ed2d78b6f820878ab34822f69b5a771fb57da4ebab0da13c7ec0e48f2fdbdae5f75c9953d142fc52740462c8321a22f767
doc/CHANGES.html
0.6
- add more customization to output
- use travis
- refactor: remove module
Gp
, put type and functions at toplevel - reexport range for easier use without
open
ing the lib - remove deps on base,stdio,calendar
- move to dune
0.5.3
- Move the build system to jbuilder.
- Time zone arguments are no longer optional.
0.5.2
- Use Gnuplot's default terminal if no output type is specified.
- Use the local time zone as default in a time series plot.
0.5.1
- Require time zone argument for plots with a time axis.
0.5.0
- Initial public release.