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

Lyndon Maydwell maydwell at gmail.com
Sun Jun 12 19:55:21 CEST 2011


It might not be a perfect fit, but I've found the Diagrams useful for
plotting these kind of things recently.

On Sun, Jun 12, 2011 at 11:08 PM, Eric Rasmussen
<ericrasmussen at gmail.com> wrote:
> 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
>>
>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>



More information about the Haskell-Cafe mailing list