Rev Author Line No. Line
3284 kaklik 1 set terminal png
2 set xlabel "time[s]"
3 set ylabel "Magnetic field [-]"
4 #set yrange [-1:1]
5 set autoscale y
6  
3286 kaklik 7 set output "thorsmork.png"
8 plot "GeoMet01_2013-09-06.log" using ($5) title "X", "" using ($6) title "Y", "" using ($7) title "Z"
9 #pause 1
10 #reread