Subversion Repositories svnkaklik

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download

set terminal png

set key under
set grid

set xlabel "sample #"
set ylabel "Time [ns]"
set y2label "Temperature [K]"

set ytics 0, 0.002
set y2tics 0, 0.1

set yrange [8.67:8.7]
set y2range [293:295]

set output "MLAB_kablik_2x1m.png"
#plot "casy.txt" using 0:($1*1000) axis x1y1 with lines title "STOP1",
plot "casy.txt" using 0:($2*1000) axis x1y1 with lines title "STOP2", "teploty.txt" using 0:5  axis x1y2 with lines title "Temp"