From 5b08f435327695bb633cd21ae8252b25528de3f6 Mon Sep 17 00:00:00 2001 From: Connor Moore Date: Mon, 23 Mar 2026 01:40:30 -0400 Subject: New report and code for final submission. --- class/ke_compare.gnu | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 class/ke_compare.gnu (limited to 'class/ke_compare.gnu') diff --git a/class/ke_compare.gnu b/class/ke_compare.gnu deleted file mode 100644 index e09d021..0000000 --- a/class/ke_compare.gnu +++ /dev/null @@ -1,15 +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 key outside top horizontal center - -plot 'kinetic_without_slowdown' using 1:2 with linespoints lt 1 title "No External Force", \ - 'kinetic_with_slowdown' using 1:($2-4.50993810539) with linespoints lt 2 title "External Force" -- cgit v1.2.3