Subversion Repositories svnkaklik

Rev

Rev 769 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 769 Rev 770
Line 15... Line 15...
15
set output "VA_R.png"
15
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"
16
plot "VA_R.txt" using 1:3 with points title "0,26 mW",  "" using 1:4 with points title "0,022 mW"
17
 
17
 
18
unset logscale xy
18
unset logscale xy
19
set output "VA_PIN_zaverny.png"
19
set output "VA_PIN_zaverny.png"
20
set xrange [-10:0]
20
set xrange [-10.0:0]
21
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"
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"
-
 
22
 
22
set output "VA_PIN_propustny.png"
23
set output "VA_PIN_propustny.png"
23
set xrange [0.3:0.6]
24
set xrange [0.3:1.6]
24
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"
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"
25
 
26
 
26
 
27
 
27
set key above
28
set key above
28
unset logscale xy
29
unset logscale xy
29
set xlabel "U [V]"
30
set xlabel "U [V]"