fixed t-1

This commit is contained in:
2026-06-13 22:07:36 +09:00
parent a329a7cc12
commit b6ee54382b
8 changed files with 153 additions and 207 deletions
+3 -1
View File
@@ -2,6 +2,7 @@ load '../common.gnuplot'
set output "exp2.tex"
set xtics -3,1,0
set ytics -3,1,0
set xrange [-4:0]
set yrange [-4:0]
@@ -9,5 +10,6 @@ set key top left Left reverse
set xlabel "Supply Voltage (V)"
set ylabel "LED Voltage (V)"
set style line 1 pointtype 6 linewidth 2
plot 'reverse.dat' using 1:($3 - $2) linetype 1 linewidth 2 title "" with lines
plot 'reverse.dat' using 1:($3 - $2) title "" with linespoints ls 1