Bourgeois_Rage has asked for the wisdom of the Perl Monks concerning the following question:

Hey, I was just curious if there was a graphing program that either worked well with Perl or was written in Perl that worked well. I'm using a Java Applet right now. I was just curious if anyone had one...

Replies are listed 'Best First'.
Re: Graphing???
by princepawn (Parson) on May 18, 2000 at 20:45 UTC
    I recommend GD::Graph by CPAN author MVERB I am quite happy with the pie charts it generated for the work I am doing at this site: http://www.angryman.com, you can sort results by criteria and see some actual charts it generated. But, you must get GD from http://www.boutell.com and then GD.pm from CPAN author LDS and then GD::Chart and then let the good times roll.
Re: Graphing???
by infoninja (Friar) on May 18, 2000 at 20:47 UTC
      Thanks guys, I was looking for something a bit more specific. I should have said so the first time, duh... Have you ever seen anything that does waterfall graphs, if not don't worry about it. Thanks