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