Re: Charting Module

2007-05-09 Thread Jeff Pang
-Original Message- >From: "Brown, Rodrick" <[EMAIL PROTECTED]> >Sent: May 10, 2007 2:09 AM >To: beginners@perl.org >Subject: Charting Module > > >I have a few data points I would like to graph not sure the best way to >go about this with Perl. A basic search on cpan points me to GD and >W

Re: Charting Module

2007-05-09 Thread Nigel Peck
Nigel Peck wrote: Hi Robert, . recommending to another party any transaction or matter addressed herein. Sorry for the top posting! Cheers, Nigel -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Charting Module

2007-05-09 Thread Nigel Peck
Hi Robert, I use GD::Graph and have found it to be a good solution; easy to configure, plenty of options, intuitive. I'd recommend it. Cheers, Nigel Managing Director MIS Web Design http://www.miswebdesign.com/ MIS Web Design Limited is registered in England and Wales with company number 0

Re: Charting Module

2007-05-09 Thread Tom Phoenix
On 5/9/07, Brown, Rodrick <[EMAIL PROTECTED]> wrote: I have a few data points I would like to graph not sure the best way to go about this with Perl. A basic search on cpan points me to GD and WriteExcel anyone using perl for charting/graphing with moderate success? ??? GD::Graph is a popular