@hackage gnuplot0.4
2D and 3D plots using gnuplot
Categories
License
BSD-3-Clause
Maintainer
Henning Thielemann <haskell@henning-thielemann.de>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (8)
- array >=0.1 && <0.4
- base >=1.0 && <2
- containers >=0.1 && <0.4
- monoid-transformer >=0.0.2 && <0.1
- old-locale >=1.0 && <1.1
- process >=1.0 && <1.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
buildexamples
(off by default)
Build example 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.
Start a simple session with make ghci.
This loads the module Graphics.Gnuplot.Simple
which is ready for use in GHCi.
It does not address all fancy gnuplot features
in order to stay simple.
For more sophisticated plots,
especially batch generated graphics,
I recommend Graphics.Gnuplot.Advanced.
This module contains also an overview
of the hierarchy of objects.
Examples for using this interface can be found in the Demo module.
With the Cabal flags executePipe and executeShell you can switch to more convenient but probably less portable ways of feeding gnuplot with a script.