diff options
Diffstat (limited to 'class/mean_plot.gnu')
| -rw-r--r-- | class/mean_plot.gnu | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/class/mean_plot.gnu b/class/mean_plot.gnu deleted file mode 100644 index e86137d..0000000 --- a/class/mean_plot.gnu +++ /dev/null @@ -1,20 +0,0 @@ -#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 |
