Subversion Repositories svnkaklik

Rev

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

Rev 752 Rev 755
Line 8... Line 8...
8
set pointsize 1.5
8
set pointsize 1.5
9
 
9
 
10
set output "VA.png"
10
set output "VA.png"
11
plot "VA.txt" using 1:3 with points pointtype 2 #, "VA.txt" using 1:3 with lines smooth csplines
11
plot "VA.txt" using 1:3 with points pointtype 2 #, "VA.txt" using 1:3 with lines smooth csplines
12
 
12
 
-
 
13
set xlabel "I [A]"
-
 
14
set ylabel "P [uW]"
13
set output "PI.png"
15
set output "PI.png"
14
plot "PI.txt" using 1:3 with points, "PI.txt" using 1:3 with lines smooth csplines
16
plot "PI.txt" using 1:3 with points, "PI.txt" using 1:3 with lines smooth csplines