Help for this page
$img->setPoints(\@xdata, \@ymindata, \@ymaxdata, 'blue points');
my $img = DBD::Chart::Plot->new(400, 500); ... $m->clear_buffer; $m->out($img->plot('jpeg')); $m->abort(OK);