goodwatch/firmware/energytrace.gnuplot
2018-09-05 12:54:55 -04:00

13 lines
222 B
Gnuplot

set terminal png
set output "energytrace.png"
set title "GoodWatch Current Consumption" font ",20"
set xlabel "Seconds"
set ylabel "Current"
#set yrange [0:10e-06]
set xrange [10:60]
plot "energytrace.txt" with lines;