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
+6 -2
View File
@@ -1,7 +1,8 @@
load '../common.gnuplot'
set output "exp1.tex"
set xtics 0, 3, 8
set xtics 0, 2, 8
set ytics 0, 1, 3
set xrange [0:8]
set yrange [0:3]
@@ -10,4 +11,7 @@ set key top left Left reverse
set xlabel "Supply Voltage (V)"
set ylabel "LED Voltage (V)"
plot 'forward.dat' using 3:2 linetype 1 linewidth 2 title "" with lines
set pointsize 1
set style line 4 linetype 1 pointtype 6 linewidth 2
plot 'forward.dat' using 3:2 title "" with linespoints ls 4