[Haskell] 2-D Plots, graphical representation of massive data
Glynn Clements
glynn.clements at virgin.net
Fri Aug 27 17:56:15 EDT 2004
Zabiyaka, Yuliya wrote:
> I have a list of timestamps representing how long it takes a process to
> finish under different conditions. I also have a summary of the stages that
> process goes through. It is way too many numbers to make sense of them
> without some kind of graphical representation.
> I get all these information out of Haskell simulator. Therefore I would like
> to be able to do two things in Haskell:
> 2) display result of the analysis (pie charts, histograms, plots)
If you don't need to interact with the display, the simplest solution
is to generate graphics files. Personally, I would use PostScript, as
I'm reasonably familiar with it and the Ghostscript interpreter is
freely available.
--
Glynn Clements <glynn.clements at virgin.net>
More information about the Haskell
mailing list