Help for this page

Select Code to Download


  1. or download this
    my @data = \( @temps, @numbers );
    my $gd = $my_graph->plot(\@data);
    
  2. or download this
    my $gd = $my_graph->plot( [ \@temps, \@numbers ] );