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.7.tar.gz
md5=f2fe68341173273bb9dc43b9d09f5b56
sha512=38f2076f2d9365b8a7206981d4a08d21c2dded9dbec4357ad87349c0d74779fce35de885770e01d237bd9ca407287b0d321b3325968e93cb571ad714036939fa
doc/CHANGES.html
0.7
- add
custom
andlogscale
options to plot
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.