Looking for Libraries

Ferenc Wagner wferi@afavant.elte.hu
Thu, 20 Mar 2003 21:41:11 +0100


Matthew Donadio <m.p.donadio@ieee.org> writes:

> I would like to be able to have plotting capabilities
> directly from a Haskell program rather than using a
> spawned process

Plotutils' functionality is included in a library.  You can
easily write an FFI wrapper for that.  But I agree that a
native module would be better...

On the other hand, Octave uses Gnuplot for interactive
purposes, too (and I also did in a smaller project).  The
CVS Gnuplot also has mouse support, which makes it even more
usable this way.  I don't know an example, though.

                                             Feri.