nop has asked for the wisdom of the Perl Monks concerning the following question:
use Chart::Lines; my $c = Chart::Lines->new; my @x = blah blah blah my @y = blah blah blah my @data = ([@x],[@y]); $c->png("$b.gif", \@data);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Font and Alignment in Chart
by OeufMayo (Curate) on Mar 02, 2001 at 03:28 UTC |