Matthew Donadio <[EMAIL PROTECTED]> 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
Ferenc Wagner wrote:
> > Is there a high level Haskell graphics library that would
> > give functionality similar to gnuplot?
>
> Why not simply USE gnuplot? Or plotutils? They have simple
> textual interfaces, do good work, and are fairly standard
> tools (on a Unix system, at least).
I would
Matthew Donadio <[EMAIL PROTECTED]> writes:
> Is there a high level Haskell graphics library that would
> give functionality similar to gnuplot?
Why not simply USE gnuplot? Or plotutils? They have simple
textual interfaces, do good work, and are fairly standard
tools (on a Unix system, at least
Hi all,
This is probably a long shot, but I am looking for a few libraries and
don't want to put effort into something that has already been done.
Is there a high level Haskell graphics library that would give
functionality similar to gnuplot? I know I could build one myself, but
I hate graphics