[erlang-questions] Graphing tools

Richard O'Keefe ok@REDACTED
Tue Aug 28 00:50:40 CEST 2012


On 28/08/2012, at 12:15 AM, kilgore trout wrote:

> Hello Langers!
> I'm looking for a graphing tool, anyone know of any useful libraries?
> I have piles of performance data in .csv format and a parser to read it into records. I have been trying to find patterns and draw some meaningful conclusions but it would be so much easier if I could represent it graphically.

You should probably do it in R (http://www.r-project.org).
It's an environment, not a library, but if you want to find
patterns in data, it's hard to go past.

I believe there is an Erlang/R bridge somewhere.




More information about the erlang-questions mailing list