The gnuplot package
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.
With the Cabal flags executePipe and executeShell you can switch to more convenient but probably less portable ways of running gnuplot.
In the past this was part of the htam package.
Properties
| Versions | 0.1, 0.2, 0.3, 0.3.2, 0.3.3, 0.3.3.1, 0.3.4, 0.4, 0.4.0.1, 0.4.0.2, 0.4.1, 0.4.1.1, 0.4.2, 0.5 |
|---|---|
| Dependencies | array (≥0.1 & <0.4), base (≥1.0 & <2), containers (≥0.1 & <0.4), monoid-transformer (≥0.0.2 & <0.1), utility-ht (≥0.0.1 & <0.1) or array (≥0.1 & <0.4), base (≥2 & <6), containers (≥0.1 & <0.4), monoid-transformer (≥0.0.2 & <0.1), old-locale (1.0.*), process (1.0.*), time (1.1.*), utility-ht (≥0.0.1 & <0.1) |
| License | BSD3 |
| Author | Henning Thielemann <haskell@henning-thielemann.de> |
| Maintainer | Henning Thielemann <haskell@henning-thielemann.de> |
| Category | Graphics, Math |
| Home page | http://www.haskell.org/haskellwiki/Gnuplot |
| Executables | gnuplot-demo |
| Upload date | Tue Feb 16 00:01:56 UTC 2010 |
| Uploaded by | HenningThielemann |
| Built on | ghc-6.12 |
Modules
Downloads
- gnuplot-0.3.3.1.tar.gz (Cabal source package)
- package description (included in the package)