Graphs

davorg on 2004-09-21T07:51:18

I was looking at options for drawing graphs with Perl to replace some manual Excel work.

At first I looked at GD::Graph as that's pretty much seen as the "standard" Perl graphing module. But, to be honest, the output really isn't up to the quality that you can get from Excel.

Then someone suggested that I look at SVG::TT:Graph instead. And it's great. I got some very useable graphs up in about 15 minutes (then, of course, I spent two hours "tweaking" them).

It's the first time I've looked at SVG in any detail. It looks very useful. I'm now looking through the SVG Essentials book on Safari.

But if you want nice graphs - SVG::TT:Graph is the way to go.


Another option

Aristotle on 2004-09-21T11:01:51

I had great success with Imager. That's worth a look also.

Graphing in excel- progress?

mw487 on 2004-09-21T19:17:50

Spreadsheet::WriteExcel on CPAN, discussed at http://use.perl.org/user/jmcnamara/journal/20494 is apparently doing it "in" Excel- using perl to make the Excel binary object with a graph included.