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