Subversion Repositories svnkaklik

Rev

Rev 752 | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
752 kaklik 1
set terminal png
2
 
3
#set samples 20
4
set key off
5
set xlabel "U [V]"
6
set ylabel "I [A]"
7
set grid
8
set pointsize 1.5
9
 
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
12
 
755 kaklik 13
set xlabel "I [A]"
14
set ylabel "P [uW]"
752 kaklik 15
set output "PI.png"
16
plot "PI.txt" using 1:3 with points, "PI.txt" using 1:3 with lines smooth csplines