diff options
| author | Connor Moore <connor@hhmoore.ca> | 2026-03-23 01:40:30 -0400 |
|---|---|---|
| committer | Connor Moore <connor@hhmoore.ca> | 2026-03-23 01:40:30 -0400 |
| commit | 5b08f435327695bb633cd21ae8252b25528de3f6 (patch) | |
| tree | 7eb5cdfa0acded8eaf8f1881e8542fe7b441d67c /report/Figures/mean_plot.gnu | |
| parent | f7ad40d801e30f542baaf471e0b0d08aacc212ee (diff) | |
Diffstat (limited to 'report/Figures/mean_plot.gnu')
| -rw-r--r-- | report/Figures/mean_plot.gnu | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/report/Figures/mean_plot.gnu b/report/Figures/mean_plot.gnu new file mode 100644 index 0000000..e86137d --- /dev/null +++ b/report/Figures/mean_plot.gnu @@ -0,0 +1,20 @@ +#set term cairolatex pdf size 5in,3in +#set output "kinetic_energy.tex" +set term x11 persist +set linetype 1 lc rgb '#E41A1C' pt 7 ps 0.3 +set linetype 2 lc rgb '#377EB8' pt 7 ps 0.3 +set linetype 3 lc rgb '#4DAF4A' pt 7 ps 0.3 +set linetype 4 lc rgb '#984EA3' pt 7 ps 0.3 + +set xlabel "Time [s]" +set ylabel "RMSD [m]" +set logscale xy +set offsets graph 0.1, graph 0.1, graph 0.1, graph 0.1 +set nokey + +a=0 +cumsum(x)=(a=a+x,a) + +plot 'means.out' using 1:(cumsum($2)) with linespoints lt 1 notitle, \ + 'means.out' with linespoints notitle, \ + x**2 with lines dt 2 |
