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

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