Help for this page

Select Code to Download


  1. or download this
        $graphimage = $graph->plot(\@data) or die $graph->error;
    
  2. or download this
    my $g = plot ();
    ...
    ...
    
        return $graph->plot(\@data) or die $graph->error;
    }