add separate energy plot

This commit is contained in:
Zsombor Barna 2023-06-24 17:13:15 +02:00
parent f1752251d0
commit 95de0e72ba
1 changed files with 10 additions and 0 deletions

10
kutinf/nagyhazi/energy.gnuplot Executable file
View File

@ -0,0 +1,10 @@
#!/usr/bin/env gnuplot
set encoding utf8
set terminal png size 800,600 enhanced font 'IBM Plex Sans Text,14'
set xlabel 'Temperature'
set ylabel 'Total energy'
set output "temp-energy.png"
plot "results.txt" using 1:2 title "simulated energies" with points ps 1 pt 2 lw 2 lt rgb "#007faf"