[Haskell-cafe] Generating simple histograms in png format?

Eric Rasmussen ericrasmussen at gmail.com
Sun Jun 12 17:08:08 CEST 2011


There is a program written in Haskell called Timeplot that does this:
http://www.haskell.org/haskellwiki/Timeplot

It's an executable rather than a library, but you can use your own Haskell
code to preprocess/format data and pipe it to the program to generate
histograms as pngs.

Best,
Eric


On Sun, Jun 12, 2011 at 6:40 AM, C K Kashyap <ckkashyap at gmail.com> wrote:

> You might find this useful -
> http://www.haskell.org/haskellwiki/Library/PNG
> Btw, I too am looking for such a library.
> Regards,
> Kashyap
>
> On Sat, Jun 11, 2011 at 3:32 AM, Dmitri O.Kondratiev <dokondr at gmail.com>wrote:
>
>> I am looking for platform-independent library to generate simple
>> histograms in png format.
>> Does such thing exist?
>>
>> Thanks!
>>
>> _______________________________________________
>> Haskell-Cafe mailing list
>> Haskell-Cafe at haskell.org
>> http://www.haskell.org/mailman/listinfo/haskell-cafe
>>
>>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110612/e07b14b1/attachment.htm>


More information about the Haskell-Cafe mailing list