Subversion Repositories svnkaklik

Rev

Go to most recent revision | Details | 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
 
13
set output "PI.png"
14
plot "PI.txt" using 1:3 with points, "PI.txt" using 1:3 with lines smooth csplines