generated from kenryuS/report-temp
11 lines
263 B
Gnuplot
11 lines
263 B
Gnuplot
load '../common.gnuplot'
|
|
|
|
set output "ip.tex"
|
|
set xtics 0, 4, 12
|
|
set xrange [0:15]
|
|
set yrange [0:0.03]
|
|
set xlabel "Forward Current (mA)"
|
|
set ylabel "Power (W)"
|
|
|
|
plot 'forward.dat' using ($1 / 470 * 1000):(($1 * $2)/470) linetype 1 linewidth 2 title "" with lines
|