checkpoint t-1

This commit is contained in:
2026-05-26 13:17:41 +09:00
parent f0a14ef737
commit e7505aac6c
30 changed files with 4691 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
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