summaryrefslogtreecommitdiff
path: root/new/movie_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 /new/movie_plot.gnu
parentf7ad40d801e30f542baaf471e0b0d08aacc212ee (diff)
New report and code for final submission.HEADmaster
Diffstat (limited to 'new/movie_plot.gnu')
-rw-r--r--new/movie_plot.gnu14
1 files changed, 0 insertions, 14 deletions
diff --git a/new/movie_plot.gnu b/new/movie_plot.gnu
deleted file mode 100644
index 4522787..0000000
--- a/new/movie_plot.gnu
+++ /dev/null
@@ -1,14 +0,0 @@
-set term x11 noraise
-set xrange [-0.5:0.5]
-set yrange [-0.5:0.5]
-set size square
-unset key
-set object rectangle from -0.5,-0.5 to 0.5,0.5 dt 3
-
-stats 'movie_results' nooutput
-
-do for [i=0:STATS_blocks-1] {
- plot 'movie_results' index i with points pt 7 ps 1
- pause 0.1
-}
-