in reply to Re: Including GIF image into PDF (using GD::Graph and PDF::API2 libraries)
in thread Including GIF image into PDF (using GD::Graph and PDF::API2 libraries)
... my $data = GD::Graph::Data->new( [["2001", "2002", "2003", "2004", "2005", "2006", "2007", "2 +008", "2009", "2010"], [ 10.2, 7.5, 4.8, 5.5, 5.5, 5.3, 4.6, 5.3, 5.7, 3.6], [ 9.8, 9.9, 9.8, 9.9, 9.8, 9.9, 9.8, 9.9, 9.8, 9.9]]); ... my $graph = new GD::Graph::bars( 600, 400 ); ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Including GIF image into PDF (using GD::Graph and PDF::API2 libraries)
by zentara (Cardinal) on Feb 02, 2009 at 20:17 UTC |