From 5cac73eb4c016b127cabca4470b003bf52d5bbfd Mon Sep 17 00:00:00 2001 From: Connor Moore Date: Tue, 7 Apr 2026 21:32:19 -0400 Subject: Updated scattering function. Made arrays allocatable on heap. --- plot.gnu | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plot.gnu') 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 -- cgit v1.2.3