generated from kenryuS/report-temp
14 lines
283 B
Gnuplot
14 lines
283 B
Gnuplot
load '../common.gnuplot'
|
|
|
|
set output "vp.tex"
|
|
set xtics 0, 0.5, 2.5
|
|
set xrange [0:2.5]
|
|
set yrange [0:0.03]
|
|
|
|
set key top left Left reverse
|
|
|
|
set xlabel "Forward Voltage (V)"
|
|
set ylabel "Power (W)"
|
|
|
|
plot 'forward.dat' using 2:(($1 * $2)/470) linetype 1 linewidth 2 title "" with lines
|