gnuplot-0.4.1.1: 2D and 3D plots using gnuplot

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. This module contains also an overview of the hierarchy of objects.

Examples for using this interface can be found in the Demo module. In order to compile this and install an example data file, use the Cabal flag buildExamples:

 $ cabal install -fbuildExamples gnuplot

With the Cabal flags executePipe and executeShell you can switch to more convenient but probably less portable ways of feeding gnuplot with a script.

Properties

Versions0.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
Dependenciesarray (≥0.1 & <0.4), base (≥1.0 & <2), containers (≥0.1 & <0.5), monoid-transformer (≥0.0.2 & <0.1), utility-ht (≥0.0.1 & <0.1) or
array (≥0.1 & <0.4), base (≥2 & <5), containers (≥0.1 & <0.5), monoid-transformer (≥0.0.2 & <0.1), old-locale (1.0.*), process (1.0.*), time (≥1.1 & <1.3), utility-ht (≥0.0.1 & <0.1)
LicenseBSD3
AuthorHenning Thielemann <haskell@henning-thielemann.de>
MaintainerHenning Thielemann <haskell@henning-thielemann.de>
CategoryGraphics, Math
Home pagehttp://www.haskell.org/haskellwiki/Gnuplot
Executablesgnuplot-demo
Upload dateSun Feb 27 23:12:20 UTC 2011
Uploaded byHenningThielemann
Built onghc-7.0

Modules

Downloads