Subversion Repositories svnkaklik

Rev

Rev 915 | Blame | Compare with Previous | Last modification | View Log | Download

set terminal png
set output "hysterezni_smycka.png"

set key off
set grid
set angles degrees

k=1
q=1

f(x)=k*x + q

set xlabel "H [A/m]"
set ylabel "D B [T]"

#fit f(x) "komutace_nahoru.txt" using 2:4 via k,q
plot "komutace_nahoru.txt" using 2:($4-7) with points pt 3, "komutace_nahoru.txt" using (-$2):($6-7) with points pt 3, "komutace_dolu.txt" using 2:($4-7) with points pt 4, "komutace_dolu.txt" using (-$2):($6-7) with points pt 4