Gnu Commands

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

GNU COMMANDS

gnuplot> plot "B1.txt","B2.txt","B1+B2.txt"


gnuplot> plot "B1.txt","B2.txt","B1+B2.txt" w l
gnuplot> plot "B1.txt","B2.txt","B1+B2.txt" w l lw 4
gnuplot> plot "B1.txt","B2.txt","B1+B2.txt" w l lw 3
gnuplot> plot "B1.txt" w l lw 3 ,"B2.txt"w l lw 3,"B1+B2.txt" w l lw 3
gnuplot> plot "B1.txt" w l lw 3 ,"B2.txt"w l lw 3 lt 3,"B1+B2.txt" w l lw 3
gnuplot> plot "B1.txt" w l lw 3 ,"B2.txt"w l lw 3 lt 4,"B1+B2.txt" w l lw 3
gnuplot> set title "Helmholtz Coils"
gnuplot> set xlabel "x-Position of compass box from coil (cm)"
gnuplot> set ylabel"Magnetic Feild(x 10^-5 T)
gnuplot> replot

You might also like