Subversion Repositories svnkaklik

Rev

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

Rev 770 Rev 773
Line 7... Line 7...
7
set xlabel "P [mW]"
7
set xlabel "P [mW]"
8
set ylabel "R [Ohm]"
8
set ylabel "R [Ohm]"
9
set output "RP.png"
9
set output "RP.png"
10
plot "RP.txt" using 1:4 with points title "0,26 mW"
10
plot "RP.txt" using 1:4 with points title "0,26 mW"
11
 
11
 
-
 
12
set ylabel "I [mA]"
-
 
13
set output "PIN_780nm.png"
-
 
14
plot "PIN_780nm.txt" using 1:2 with points title "0,26 mW"
-
 
15
 
-
 
16
set output "PIN_650nm.png"
-
 
17
plot "PIN_650nm.txt" using 1:2 with points title "0,26 mW"
-
 
18
 
-
 
19
 
12
set key above
20
set key above
13
set xlabel "U [V]"
21
set xlabel "U [V]"
14
set ylabel "I [mA]"
22
set ylabel "I [mA]"
15
set output "VA_R.png"
23
set output "VA_R.png"
16
plot "VA_R.txt" using 1:3 with points title "0,26 mW",  "" using 1:4 with points title "0,022 mW"
24
plot "VA_R.txt" using 1:3 with points title "0,26 mW",  "" using 1:4 with points title "0,022 mW"
Line 34... Line 42...
34
set y2tics
42
set y2tics
35
set xrange [0.3:0.6]
43
set xrange [0.3:0.6]
36
set output "PIN_photovoltanic.png"
44
set output "PIN_photovoltanic.png"
37
plot "PIN_photovoltanic.txt" using 1:2 with points title "Proud" axes x1y1,  "" using 1:3 with points title "Výkon" axes x1y2
45
plot "PIN_photovoltanic.txt" using 1:2 with points title "Proud" axes x1y1,  "" using 1:3 with points title "Výkon" axes x1y2
38
 
46
 
-
 
47
unset y2label
-
 
48
unset y2tics
39
set xrange [0.022:3]
49
set xrange [0.022:3]
40
set yrange [0.05:25]
50
set yrange [0.05:25]
41
set logscale xy 
51
set logscale xy 
42
set key off
52
set key off
43
set xlabel "P [mW]"
53
set xlabel "P [mW]"