On Wed, 13 Oct 2004, quincy wrote:
> any suggestion for perl's equivalent for jpgraph (www.aditus.nu/jpgraph/) ?
GD::Graph is more or less the standard graph generating module for Perl,
but it isn't the only or even necessarily the best option. See here:
<http://use.perl.org/~davorg/journal/20979>
This page suggests SVG::TT::Graph, Imager, and Spreadsheet::WriteExcel.
The note about SVG::TT::Graph may be biased, as Dave Cross is a
co-author of O'Reilly's TT book. Still, it seems worth a look:
<http://search.cpan.org/dist/SVG-TT-Graph/lib/SVG/TT/Graph.pm>
Imager was also suggested, but I don't know much about it, aside from
this page: <http://search.cpan.org/dist/Imager/Imager.pm>
The Excel suggestion was interesting, provided that you have Excel to
work with. <http://use.perl.org/~jmcnamara/journal/20494> I can't seem
to get at the sample image right now though...
--
Chris Devers
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>