summaryrefslogtreecommitdiff
path: root/report/Figures/ke_plot.gnu
blob: c331f1ce832c0f45ac39723bafc9c9e7cf7de8c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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 "$\\sum$(Kinetic Energy) [J]"
set offsets graph 0.1, graph 0.1, graph 0.1, graph 0.1
set nokey

plot 'kinetic_energies.out' using 1:2 with linespoints lt 1 notitle