[Haskell-cafe] Plotting in Haskell

Donald Bruce Stewart dons at cse.unsw.edu.au
Tue Feb 27 20:06:30 EST 2007


cwitte:
> Are there any good libraries for drawing plots (2D and 3D) in Haskell
> (under Windows using GHC)?

There's the 'charts' library,
    http://dockerz.net/software/chart.html

Alternatively, a binding to gnuplot is pretty trivial to hack up (see
darcs-graph):
    http://www.cse.unsw.edu.au/~dons/darcs-graph.html

Probably people can suggest some other options.

-- Don


More information about the Haskell-Cafe mailing list