generated from kenryuS/report-temp
14 lines
267 B
Gnuplot
14 lines
267 B
Gnuplot
load '../common.gnuplot'
|
|
|
|
set output "exp1.tex"
|
|
set xtics 0, 3, 8
|
|
set xrange [0:8]
|
|
set yrange [0:3]
|
|
|
|
set key top left Left reverse
|
|
|
|
set xlabel "Supply Voltage (V)"
|
|
set ylabel "LED Voltage (V)"
|
|
|
|
plot 'forward.dat' using 3:2 linetype 1 linewidth 2 title "" with lines
|