@hackage gnuplot0.3
2D and 3D plots using gnuplot
Categories
License
LicenseRef-GPL
Maintainer
Henning Thielemann <haskell@henning-thielemann.de>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (5)
- base >=2
- old-locale >=1.0 && <1.1
- process >=1.0 && <1.1
- time >=1.1 && <1.2
- utility-ht >=0.0.1 && <0.1 Show all…
Dependents (22)
@hackage/data-r-tree, @hackage/synthesizer-llvm, @hackage/interpolation, @hackage/tlynx, @hackage/Histogram, @hackage/LPFP, Show all…
Package Flags
splitbase
(on by default)
Choose the new smaller, split-up base package.
buildtests
(off by default)
Build test executables
executepipe
(off by default)
Avoid a temporary gnuplot script by running gnuplot with runInteractiveProcess
executeshell
(off by default)
Avoid a temporary gnuplot script by calling gnuplot via a UNIX shell and its piping syntax
This is a wrapper to gnuplot which lets you create 2D and 3D plots.
With the Cabal flags executePipe and executeShell you can switch to more convenient but probably less portable ways of running gnuplot.
Start a simple session with make ghci.
In the past this was part of the htam package.