Rev 736 | Blame | Compare with Previous | Last modification | View Log | Download
set terminal png
#set samples 20
set key off
set xlabel "t [s]"
set ylabel "E [J]"
set grid
#set logscale y
#set yrange [1:1e5]
set pointsize 1.5
set output "energie.png"
plot "data.txt" using 1:2 with points pointtype 2