Help for this page
set datafile separator "," set xdata time ... plot [][-10:40] 'thePlot.csv' using 1:80 title "your title" with line +s title "plot title" with lines; set output set term windows
@args = ("gnuplot",$plot_parameters_file); system(@args) == 0 or die "gnuplot failed: $?";