Subversion Repositories svnkaklik

Rev

Blame | Last modification | View Log | Download

#set terminal postscript
#set output "quinck.ps"
set key off
set xlabel "frequency"
set ylabel "wave lenght"
f(x)=v/x
fit f(x) "quinck.txt" via v
plot f(x) title "approximed", "quinck.txt" using 1:2:3 with errorbars title "measured"
#plot "quinck.txt" using 1:2