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).

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 like to

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