Files
nit-dep-d-exp-1-S1/assets/t-1/ip.gnuplot
T
2026-05-26 13:17:41 +09:00

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