set terminal png size 1000,600 set output 'graph.png' set xtics 1 set ytics mirror 30 set y2tics 30 set xlabel 'Stage' set ylabel 'Minutes' set xrange [2:21] set key horizontal above set grid plot 0 notitle, 'graph.out' u 1:2 w linesp ps 1.4 t 'Storkys Bitches', '' u 1:3 w linesp ps 1.4 t 'Team Onate', '' u 1:4 w linesp ps 1.4 t 'Team LARGE', '' u 1:5 w linesp ps 1.4 t 'Team Q', '' u 1:6 w linesp ps 1.4 t 'Mulletude', '' u 1:7 w linesp ps 1.4 t 'The Pump Handles', '' u 1:8 w linesp ps 1.4 t 'Team JArnold', '' u 1:9 w linesp ps 1.4 t 'Team Wells'