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