load '../common.gnuplot' set output "exp1.tex" set xtics 0, 2, 8 set ytics 0, 1, 3 set xrange [0:8] set yrange [0:3] set key top left Left reverse set xlabel "Supply Voltage (V)" set ylabel "LED Voltage (V)" set pointsize 1 set style line 4 linetype 1 pointtype 6 linewidth 2 plot 'forward.dat' using 3:2 title "" with linespoints ls 4