Subversion Repositories svnkaklik

Rev

Rev 915 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 915 Rev 917
Line 12... Line 12...
12
 
12
 
13
set xlabel "H [A/m]"
13
set xlabel "H [A/m]"
14
set ylabel "D B [T]"
14
set ylabel "D B [T]"
15
 
15
 
16
#fit f(x) "komutace_nahoru.txt" using 2:4 via k,q
16
#fit f(x) "komutace_nahoru.txt" using 2:4 via k,q
17
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
17
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
18
 
18