diff options
| author | Connor Moore <connor@hhmoore.ca> | 2026-04-07 21:32:19 -0400 |
|---|---|---|
| committer | Connor Moore <connor@hhmoore.ca> | 2026-04-07 21:32:19 -0400 |
| commit | 5cac73eb4c016b127cabca4470b003bf52d5bbfd (patch) | |
| tree | 0320b750824003bb988bce776bc49fc097013a90 /plot.gnu | |
| parent | 99ed24a452b60e3b6c8129fbf373b367631e0882 (diff) | |
Updated scattering function. Made arrays allocatable on heap.
Diffstat (limited to 'plot.gnu')
| -rw-r--r-- | plot.gnu | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
