generated from kenryuS/report-temp
fixed t-1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user