Re: Looking for Libraries

2003-03-20 Thread Ferenc Wagner
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

Re: Looking for Libraries

2003-03-20 Thread Matthew Donadio
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

Re: Looking for Libraries

2003-03-20 Thread Ferenc Wagner
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

Looking for Libraries

2003-03-20 Thread Matthew Donadio
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