Subversion Repositories svnkaklik

Rev

Rev 752 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 752 Rev 755
1
set terminal png
1
set terminal png
2
 
2
 
3
#set samples 20
3
#set samples 20
4
set key off
4
set key off
5
set xlabel "U [V]"
5
set xlabel "U [V]"
6
set ylabel "I [A]"
6
set ylabel "I [A]"
7
set grid
7
set grid
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