add data for power from kessels counter
[fleet.git] / chips / marina / data / kessels.gnuplot
1 set terminal pdf
2 set output "kessels.pdf"
3 #set title "Counter value vs Power"
4 #set xlabel "Counter Value"
5 #set ylabel "Watts"
6 #plot 'kessels-power.txt' using ($1):($4*$3) title "" with linespoints
7
8 set title "Counter value vs Energy"
9 set xlabel "Counter Value"
10 set ylabel "picoJoules Per Decrement"
11 plot 'kessels-power.txt' using ($1):(0.3*$4*$3*1000*1000*1000*1000/($2*$1)) title "" with linespoints
12
13
14
15
16