[Haskell-cafe] Plotting in Haskell

Bayley, Alistair Alistair_Bayley at invescoperpetual.co.uk
Wed Feb 28 03:42:31 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.

Indeed...

If you don't want to bother with a library binding, you can output
ploticus commands:
http://ploticus.sourceforge.net/doc/welcome.html

There's a Ruby example here:
http://martinfowler.com/bliki/RubyPloticus.html

Alistair
*****************************************************************
Confidentiality Note: The information contained in this message,
and any attachments, may contain confidential and/or privileged
material. It is intended solely for the person(s) or entity to
which it is addressed. Any review, retransmission, dissemination,
or taking of any action in reliance upon this information by
persons or entities other than the intended recipient(s) is
prohibited. If you received this in error, please contact the
sender and delete the material from any computer.
*****************************************************************


More information about the Haskell-Cafe mailing list