Reports, just glitching for now.
[goodfet] / reports / avr / glitch / graphs.gnuplot
1 # Generates graphs about glitching an Atmel AVR
2
3
4 #Stability graph.
5 set term post eps
6 set output 'stability.eps'
7 set xlabel "Voltage"
8 set ylabel "P[identify]"
9 set title "Atmel AVR Stability"
10 plot 'stability.txt'