Subversion Repositories svnkaklik

Rev

Details | Last modification | View Log

Rev Author Line No. Line
769 kaklik 1
set terminal png
2
 
3
set key above
4
 
5
set output "VA_PIN.png"
6
#set multiplot
7
#set size 0.5,1
8
set origin 0.0,0.0
9
#set xrange [-10:0]
10
set lmargin 10
11
set rmargin 0
12
plot "VA_PIN.txt" using 1:2 with lines smooth csplines title "2,94 mW", "" using 1:3 with lines smooth csplines title "0,26 mW"
13
 
14
set origin 0.5,0.0
15
set lmargin 0
16
set rmargin 2
17
set nolog x
18
set xrange [0:1.6]
19
set xtic 0,10
20
set mxtic 5
21
#plot "VA_PIN.txt" using 1:2 with lines smooth csplines exes x2y2
22
set nomultiplot
23