package prbnmcn-gnuplot

  1. Overview
  2. Docs
Declarative generation of gnuplot scripts

Install

Dune Dependency

Authors

Maintainers

Sources

0.0.5.tar.gz
md5=d54dd4d52a17133234c871e6d2534222
sha512=daadea7fbb2275784e37e3f1d9053cdcf783564e7979fff64ced22fdc12ece60f804f00753c3580458b0793d3afe44665501ca2c85ce6276018ba842346d71c9

CHANGES.md.html

0.0.5

  • Remove calls to Unix.fork, making the library multicore-friendly

  • Expose implementation of rN types as tuples of floats

  • Breaking: remove silent optional argument

  • Breaking: remove now useless tupN functions

0.0.4

  • add xrange, yrange, zrange options

  • Add get_targets to get all available terminal types.

  • Fix error in README.md example (report by ego@anentropic.com)

0.0.3

  • Add circle plots

  • Add exec_detach target, allows to plot several windows.

  • Add silent optional argument, allows to silence gnuplot errors

0.0.2

  • Add facilities to specify xtics, ytics and ztics

  • Set horizontal rather than vertical layout for Line.line

  • Simple box plots

  • Remove useless plot_matrix type

  • Remove plot and labelled argument for run

  • Add tup_r2, tup_r3

0.0.1

  • First release