diff options
| author | Connor Moore <connor@hhmoore.ca> | 2026-04-06 06:45:20 -0400 |
|---|---|---|
| committer | Connor Moore <connor@hhmoore.ca> | 2026-04-06 06:45:20 -0400 |
| commit | 7c68f03c153303be21a4c109ef858e8a80ae318b (patch) | |
| tree | c1eed8070a19882255fa82cac88637fc4458a6a1 /plot.gnu | |
| parent | c5d3fe949c1354e89c228e67f75af26af1ae0502 (diff) | |
Minimal working example. No OpenMP yet. Added plotting functionality with Gnuplot
Diffstat (limited to 'plot.gnu')
| -rw-r--r-- | plot.gnu | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plot.gnu b/plot.gnu new file mode 100644 index 0000000..46079c6 --- /dev/null +++ b/plot.gnu @@ -0,0 +1,3 @@ +set term x11 persist + +plot 'flux.out' using 1:2 with lines |
