Subversion Repositories svnkaklik

Compare Revisions

Ignore whitespace Rev 916 → Rev 917

/dokumenty/skolni/PRA2/hysterezni_smycka/plot.gp
14,5 → 14,5
set ylabel "D B [T]"
 
#fit f(x) "komutace_nahoru.txt" using 2:4 via k,q
plot "komutace_nahoru.txt" using 2:($4) with points pt 3, "komutace_nahoru.txt" using (-$2):($6) with points pt 3, "komutace_dolu.txt" using 2:($4) with points pt 4, "komutace_dolu.txt" using (-$2):($6) with points pt 4
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