# Diagramm: Tageslängen abweichung vom COS

set terminal postscript eps monochrome
#set terminal postscript
set output "daylen.diff.eps"

set grid
set xlabel "Tag des Jahres"
set ylabel "Abweichung vom COS in Prozent"

plot [0:365] 'daylen.onlynum.withcos.diff.dat' title '' with lines
