set term png set output 'kip.png' set yrange [:] set grid set xlabel "Distance (km)" set ylabel "(kip)" plot 'kip.dat' using ($1)/1000:($2) with lines title 'Climbing Effort'