in reply to
GDGraph charts
Apologies if this is an incredibly stupid comment, but my documentation suggests a slightly different approach:
my $image = $graph->plot(\@data); print $image->png;
[download]
(Code taken from the 2nd edition of
Programming CGI with Perl
.)
Comment on
(chromatic) Re: GDGraph charts
Download
Code
In Section
Seekers of Perl Wisdom