generated from kenryuS/report-temp
checkpoint t-1
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
load '../common.gnuplot'
|
||||
|
||||
set output "ip.tex"
|
||||
set xtics 0, 4, 12
|
||||
set xrange [0:15]
|
||||
set yrange [0:0.03]
|
||||
set xlabel "Forward Current (mA)"
|
||||
set ylabel "Power (W)"
|
||||
|
||||
plot 'forward.dat' using ($1 / 470 * 1000):(($1 * $2)/470) linetype 1 linewidth 2 title "" with lines
|
||||
Reference in New Issue
Block a user