12.07.2015 Views

Chart::Gnuplot

Chart::Gnuplot

Chart::Gnuplot

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

my $optionindex = shift;open ( FILE, shift);my $datasetin = {};while () {my @data = split(/\t/);my ($date,$time) = split(/ /,$data[0]);$datasetin->{$date}->{$time} = $data[$optionindex];}

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!