package prbnmcn-gnuplot

  1. Overview
  2. Docs
Declarative generation of gnuplot scripts

Install

Dune Dependency

Authors

Maintainers

Sources

0.0.4.tar.gz
md5=6ab6dbee143c172a717491f53fa9ed31
sha512=79ec19d9c25253832a91027942e85284b040331e09cad16cc0af58f5a8977a1d4c68432aa8b97d6cce5fa2bb5beff4e57dcd6352d90a430f9f112f99e7dd67c5

CHANGES.md.html

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