Help for this page

Select Code to Download


  1. or download this
    use strict;
    use GD::Graph::lines;
    ...
    print "Content-type: image/png\n\n";
    binmode(STDOUT);
    print $graph->plot(\@data)->png();
    
  2. or download this
    $graph->set(
        y_min_value => 6,
    ...
        x_min_value => 3,    
        x_max_value => 7
    );