Help for this page

Select Code to Download


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