Subversion Repositories svnkaklik

Compare Revisions

Ignore whitespace Rev 751 → Rev 752

/dokumenty/skolni/ZPLT/doutnavy_vyboj/plot.gp
0,0 → 1,14
set terminal png
 
#set samples 20
set key off
set xlabel "U [V]"
set ylabel "I [A]"
set grid
set pointsize 1.5
 
set output "VA.png"
plot "VA.txt" using 1:3 with points pointtype 2 #, "VA.txt" using 1:3 with lines smooth csplines
 
set output "PI.png"
plot "PI.txt" using 1:3 with points, "PI.txt" using 1:3 with lines smooth csplines