Help for this page

Select Code to Download


  1. or download this
    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
    
  2. or download this
    @args = ("gnuplot",$plot_parameters_file);
    system(@args) == 0
        or die "gnuplot failed: $?";