set term png set output 'incl.png' #set xrange [43.6:43.8] set yrange [-100:100] set grid set xlabel "Distance (km)" set ylabel "(%)" plot 'incl.dat' using ($1)/1000:($2)*100 with lines title 'Inclination'