Subversion Repositories svnkaklik

Rev

Rev 883 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 883 Rev 884
Line 5... Line 5...
5
 
5
 
6
set xlabel "sample #"
6
set xlabel "sample #"
7
set ylabel "Time [ns]"
7
set ylabel "Time [ns]"
8
set y2label "Temperature [K]"
8
set y2label "Temperature [K]"
9
 
9
 
10
set ytics 0, 0.002
10
set ytics 0, 0.1
11
set y2tics 0, 0.1
11
set y2tics 0, 0.2
12
 
12
 
13
set yrange [8.67:8.7]
13
set yrange [22.4:23.7]
14
set y2range [293:295]
14
set y2range [293:296]
15
 
15
 
16
set output "MLAB_kablik_2x1m.png"
16
set output "RG174.png"
17
#plot "casy.txt" using 0:($1*1000) axis x1y1 with lines title "STOP1",
-
 
18
plot "casy.txt" using 0:($2*1000) axis x1y1 with lines title "STOP2", "teploty.txt" using 0:5  axis x1y2 with lines title "Temp" 
17
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" 
19
 
18