Subversion Repositories svnkaklik

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
883 kaklik 1
set terminal png
2
 
3
set key under
4
set grid
5
 
6
set xlabel "sample #"
7
set ylabel "Time [ns]"
8
set y2label "Temperature [K]"
9
 
10
set ytics 0, 0.002
11
set y2tics 0, 0.1
12
 
13
set yrange [8.67:8.7]
14
set y2range [293:295]
15
 
16
set output "MLAB_kablik_2x1m.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" 
19