Help for this page

Select Code to Download


  1. or download this
    $graph .= <<BLOCK;
    set terminal png transparent
    ...
    print GNUPLOT $graph . "\n\n";
    close (GNUPLOT);
    
  2. or download this
    set terminal png transparent
    set output "tmp/854.png"
    ...
    set key below
    plot\
    "tmp/854.dat" using 1:2 title 'D4_AVG' with lines