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
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
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
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
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
/
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
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