in reply to GD::Graph question

my @data = \( @temps, @numbers ); my $gd = $my_graph->plot(\@data);
or skip the intermediate step
my $gd = $my_graph->plot( [ \@temps, \@numbers ] );