You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set title " Plot of Specific Heat vs Temperature for Different Lattice sizes"
set ylabel "Specific Heat"
set xlabel "Temperature"
plot "2DSquareModelResults5x5.dat" using 1:5 title "L = 5" with lines, "2DSquareModelResults10x10.dat" using 1:5 title "L = 10" with lines, "2DSquareModelResults20x20.dat" using 1:5 title "L = 20" with lines, "2DSquareModelResults50x50.dat" using 1:5 title "L = 50" with lines;