summaryrefslogtreecommitdiff
path: root/plot.gnu
diff options
context:
space:
mode:
authorConnor Moore <connor@hhmoore.ca>2026-04-07 21:32:19 -0400
committerConnor Moore <connor@hhmoore.ca>2026-04-07 21:32:19 -0400
commit5cac73eb4c016b127cabca4470b003bf52d5bbfd (patch)
tree0320b750824003bb988bce776bc49fc097013a90 /plot.gnu
parent99ed24a452b60e3b6c8129fbf373b367631e0882 (diff)
Updated scattering function. Made arrays allocatable on heap.
Diffstat (limited to 'plot.gnu')
-rw-r--r--plot.gnu3
1 files changed, 2 insertions, 1 deletions
diff --git a/plot.gnu b/plot.gnu
index 46079c6..d3c7ce9 100644
--- a/plot.gnu
+++ b/plot.gnu
@@ -1,3 +1,4 @@
set term x11 persist
-plot 'flux.out' using 1:2 with lines
+plot 'flux.out' using 1:2 with lines, \
+ 'collision.out' using 1:2 with lines