http://www.perlmonks.org?node_id=61672

nop has asked for the wisdom of the Perl Monks concerning the following question:

Hi. How do I set font and alignment for my x-labels in chart? I'm using Activestate on WinNT. Thanks!
nop
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);