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