Subversion Repositories svnkaklik

Rev

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

Rev 770 Rev 773
1
set terminal png
1
set terminal png
2
 
2
 
3
set grid
3
set grid
4
 
4
 
5
set logscale xy 
5
set logscale xy 
6
set key off
6
set key off
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"
17
 
25
 
18
unset logscale xy
26
unset logscale xy
19
set output "VA_PIN_zaverny.png"
27
set output "VA_PIN_zaverny.png"
20
set xrange [-10.0:0]
28
set xrange [-10.0:0]
21
plot "VA_PIN.txt" using 1:2 with linespoints title "2,94 mW", "" using 1:3 with linespoints title "0,26 mW", "" using 1:4 with linespoints title "0 mW"
29
plot "VA_PIN.txt" using 1:2 with linespoints title "2,94 mW", "" using 1:3 with linespoints title "0,26 mW", "" using 1:4 with linespoints title "0 mW"
22
 
30
 
23
set output "VA_PIN_propustny.png"
31
set output "VA_PIN_propustny.png"
24
set xrange [0.3:1.6]
32
set xrange [0.3:1.6]
25
plot "VA_PIN.txt" using 1:2 with linespoints title "2,94 mW", "" using 1:3 with linespoints title "0,26 mW","" using 1:4 with linespoints title "0 mW"
33
plot "VA_PIN.txt" using 1:2 with linespoints title "2,94 mW", "" using 1:3 with linespoints title "0,26 mW","" using 1:4 with linespoints title "0 mW"
26
 
34
 
27
 
35
 
28
set key above
36
set key above
29
unset logscale xy
37
unset logscale xy
30
set xlabel "U [V]"
38
set xlabel "U [V]"
31
set ylabel "I [mA]"
39
set ylabel "I [mA]"
32
set y2label "P [mW]"
40
set y2label "P [mW]"
33
set y2range [0:17]
41
set y2range [0:17]
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]"
44
set ylabel "Ice [mA]"
54
set ylabel "Ice [mA]"
45
set output "ITP.png"
55
set output "ITP.png"
46
plot "ITP.txt" using 1:3 with points
56
plot "ITP.txt" using 1:3 with points
47
 
57