[erlang-questions] Graphing tools

Jared Kofron jared.kofron@REDACTED
Mon Aug 27 17:13:54 CEST 2012


Gnuplot is great for simple plotting as well.

JK
On Aug 27, 2012 5:46 AM, "dmitry kolesnikov" <dmkolesnikov@REDACTED> wrote:

> Hello,
>
> For Web application Google Visualization API is your friend.
>
> Personally, I have been integrating rrdtools with erlang for same
> use-cases (perf data visualization) but it becomes unscalable solution
> due to rrd overhead, I've trashed it.
>
> I do have a simple SVG toolkit for SVG rendering on Erlang side
> http://github.com/fogfish/svg.git
> It might be useful if you are ready to invest into visualization sugar...
>
> Best Regards,
> Dmitry >-|-|-*>
>
>
> On 27.8.2012, at 15.15, kilgore trout <kilgoretrout62@REDACTED> 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.
> > A quick google search shows up erlycairo, which I'm about to experiment
> with, but I see the latest downloadable is from 2009, anyone have any
> experience with this?
> > Please save me from having to paste everything into (shudder) MS Excel!
> ;-)
> > Thanks in advance.
> > //KT.
> >
> > _______________________________________________
> > erlang-questions mailing list
> > erlang-questions@REDACTED
> > http://erlang.org/mailman/listinfo/erlang-questions
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20120827/dda4a7f8/attachment.htm>


More information about the erlang-questions mailing list