Help for this page
my @data = \( @temps, @numbers ); my $gd = $my_graph->plot(\@data);
my $gd = $my_graph->plot( [ \@temps, \@numbers ] );