Subversion Repositories svnkaklik

Rev

Rev 883 | 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.1
set y2tics 0, 0.2

set yrange [22.4:23.7]
set y2range [293:296]

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