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