summaryrefslogtreecommitdiff
path: root/class/ke_plot.gnu
diff options
context:
space:
mode:
authorConnor Moore <connor@hhmoore.ca>2026-03-23 01:40:30 -0400
committerConnor Moore <connor@hhmoore.ca>2026-03-23 01:40:30 -0400
commit5b08f435327695bb633cd21ae8252b25528de3f6 (patch)
tree7eb5cdfa0acded8eaf8f1881e8542fe7b441d67c /class/ke_plot.gnu
parentf7ad40d801e30f542baaf471e0b0d08aacc212ee (diff)
New report and code for final submission.HEADmaster
Diffstat (limited to 'class/ke_plot.gnu')
-rw-r--r--class/ke_plot.gnu14
1 files changed, 0 insertions, 14 deletions
diff --git a/class/ke_plot.gnu b/class/ke_plot.gnu
deleted file mode 100644
index c331f1c..0000000
--- a/class/ke_plot.gnu
+++ /dev/null
@@ -1,14 +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 "$\\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