27 Aug
2004
27 Aug
'04
9:56 p.m.
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@virgin.net>