Add perl scripts to create graphs from logfiles Ignore logfiles.
[soft/lpc82x/exanh] / test / gnuplot.cmds
1 set terminal png size 1500,600
2 set output 'temperature-0.png'
3 plot "data_temp.log" using 1:2 title 'Temperature0' with lines
5 set output 'cap-0.png'
6 plot "data_cap.log" using 1:2 title 'Cap0' with lines
8 set output 'res-0.png'
9 plot "data_res.log" using 1:2 title 'Res0' with lines
12 set terminal png size 1500,600
13 set output 'temperature-1.png'
14 plot "data_temp.log" using 1:2 title 'Temperature1' with lines
16 set output 'cap-1.png'
17 plot "data_cap.log" using 1:2 title 'Cap1' with lines
19 set output 'res-1.png'
20 plot "data_res.log" using 1:2 title 'Res1' with lines