Subversion Repositories svnkaklik

Rev

Blame | Last modification | View Log | Download

set terminal png
set output "graf.png"
set xrange [0:1000]
set yrange [0:24]
#set key off
set xlabel "Load resistance [Ohm]"
set ylabel "Voltage [V]"
plot x*0.0313 title "Ideal", "zdroj_proudu.txt" using 1:3 with line title "measured"