Re: [Haskell] Drawing charts via Haskell

2005-12-23 Thread Gerbrand van Dieijen
Everybode, many thanks for your replies! Jean-Philippe Bernardy schreef: Maybe SVG is a suitable target/intermediate format. IIRC cairo (and thus probably gtk2hs) can render it. On 12/20/05, David Roundy <[EMAIL PROTECTED]> wrote: On Tue, Dec 20, 2005 at 03:14:29PM +0100, Gerbran

Re: [Haskell] Drawing charts via Haskell

2005-12-20 Thread Jean-Philippe Bernardy
Maybe SVG is a suitable target/intermediate format. IIRC cairo (and thus probably gtk2hs) can render it. On 12/20/05, David Roundy <[EMAIL PROTECTED]> wrote: > On Tue, Dec 20, 2005 at 03:14:29PM +0100, Gerbrand van Dieijen wrote: > > I plan to develop a library in Haskell to draw charts, such as p

Re: [Haskell] Drawing charts via Haskell

2005-12-20 Thread David Roundy
On Tue, Dec 20, 2005 at 03:14:29PM +0100, Gerbrand van Dieijen wrote: > I plan to develop a library in Haskell to draw charts, such as pie > charts, bar charts and line charts, to visualize data. Functionality > will be similar to gnuplot, or chart libraries that already exist for > other language

Re: [Haskell] Drawing charts via Haskell

2005-12-20 Thread Axel Simon
On Tue, 2005-12-20 at 15:14 +0100, Gerbrand van Dieijen wrote: > Hello, > > I plan to develop a library in Haskell to draw charts, such as pie > charts, bar charts and line charts, to visualize data. > Functionality will be similar to gnuplot, or chart libraries that > already exist for other lang

[Haskell] Drawing charts via Haskell

2005-12-20 Thread Gerbrand van Dieijen
Hello, I plan to develop a library in Haskell to draw charts, such as pie charts, bar charts and line charts, to visualize data. Functionality will be similar to gnuplot, or chart libraries that already exist for other languages. The chart library is for (part of) my master-thesis project and it i