# Aufbau der Datendatei aus Zeilen wie # >>Tue Jul 31 09:02:03 2001 21 665 387 461<< set terminal postscript eps monochrome #set terminal postscript set output "APRIL.licht.eps" # Zusammensetzung des Datum-Zeit-Strings (hier ohne Wochentag) set timefmt "%b %d %H:%M:%S %Y" # Verwende Datum-Zeit-Strings als X-Achse set xdata time set grid set autoscale #set key box set yrange [0:1000] plot [ "Apr 2 00:00:00 2003" : "Apr 4 24:00:00 2003" ] \ 'APRIL.messung0203.txt' u 2:7 t 'LDR' with lines, \ 'APRIL.messung0203.txt' using 2:($6*15) title 'Solarzelle' with lines