Re: GUI Library for Visualizing Data

2002-11-06 Thread Manuel M T Chakravarty
Peter Simons <[EMAIL PROTECTED]> wrote, > I'm looking for a library that allows me to visualize data under X11 > screen, for instance as a pie chart or as a bar chart. I seem to > recall that something like that was available for the GTK toolkit, but > has this library been ported to Haskell? Or a

Re: GUI Library for Visualizing Data

2002-11-04 Thread Nick Name
On 04 Nov 2002 12:16:01 +0100 Peter Simons <[EMAIL PROTECTED]> wrote: > Unfortunately, the diagrams would have to be displayed and updated in > real-time, sort of, because I'm writing a status monitor that will > display useful information about your system, network, etc. You can replot data e

Re: GUI Library for Visualizing Data

2002-11-04 Thread Peter Simons
Ketil Z Malde writes: > The simplest approach is probably to just output text, and plot > things with Gnuplot. Unless you require user interactivity, that > is. Unfortunately, the diagrams would have to be displayed and updated in real-time, sort of, because I'm writing a status monitor that w

Re: GUI Library for Visualizing Data

2002-11-04 Thread Peter Simons
Claus Reinke writes: > http://www.haskell.org/libraries/#guigs Yes, I looked through the description but couldn't find anything that sounded like the library I'm looking for. Thanks for the pointer, though! -peter ___ Haskell-Cafe mailing list

Re: GUI Library for Visualizing Data

2002-11-04 Thread Ketil Z. Malde
Peter Simons <[EMAIL PROTECTED]> writes: > I'm looking for a library that allows me to visualize data under X11 > screen, for instance as a pie chart or as a bar chart. I seem to > recall that something like that was available for the GTK toolkit, but > has this library been ported to Haskell? Or

Re: GUI Library for Visualizing Data

2002-11-04 Thread Claus Reinke
/ which will include updates on the state of GUI libraries, among many other things. Hth, Claus - Original Message - From: "Peter Simons" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 03, 2002 12:49 PM Subject: GUI Library for Visualizin

GUI Library for Visualizing Data

2002-11-04 Thread Peter Simons
Hi, the Haskell language is fairly new to me, so please pardon me if this is a frequently asked question, but I wasn't able to find an answer myself. I'm looking for a library that allows me to visualize data under X11 screen, for instance as a pie chart or as a bar chart. I seem to recall that s