reset set encoding iso_8859_1 set xrange [10:0] set yrange [-8:2] set title "Druck im Venturirohr" set xlabel "[Messpunkt]" set ylabel "[Höhendifferenz in cm]" set grid xtics ytics set key bottom right plot 'DatenVenturirohr.txt' us ($1):($2) title 'Messwerte' lt 1 set output "venturirohr.eps" set term postscript enhanced eps color; replot