diff options
| author | Connor Moore <connor@hhmoore.ca> | 2026-02-02 15:08:22 -0500 |
|---|---|---|
| committer | Connor Moore <connor@hhmoore.ca> | 2026-02-02 15:08:22 -0500 |
| commit | 48a7af5b0c0facd9c3e99801476d44f6b218b363 (patch) | |
| tree | 83868f0635d7995fcc94364b70269570a0c815c8 /plots.gnu | |
| parent | c896807fd9fc5b5f2cdbec9eef717f815af3779a (diff) | |
Updated makefile and plotting script
Diffstat (limited to 'plots.gnu')
| -rw-r--r-- | plots.gnu | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -11,7 +11,7 @@ set multiplot layout 2, 1 set grid set xlabel("N") set ylabel("Time [s]") - plot for [i=2:5] 'results/gfortran_short' every ::1 using 1:i with linespoints title word(short_keys,i-1) + plot for [i=2:5] 'results/gfortran_short' every ::2 using 1:i with linespoints title word(short_keys,i-1) set title "Long runs" set logscale x @@ -19,7 +19,7 @@ set multiplot layout 2, 1 set grid set xlabel("N") set ylabel("Time [s]") - plot for [i=2:3] 'results/gfortran_long' every ::1 using 1:i with linespoints title word(short_keys,i+1) + plot for [i=2:3] 'results/gfortran_long' every ::2 using 1:i with linespoints title word(short_keys,i+1) unset multiplot @@ -31,7 +31,7 @@ set multiplot layout 2, 1 set grid set xlabel("N") set ylabel("Time [s]") - plot for [i=2:5] 'results/ifx_short' every ::1 using 1:i with linespoints title word(short_keys,i-1) + plot for [i=2:5] 'results/ifx_short' every ::2 using 1:i with linespoints title word(short_keys,i-1) set title "Long runs" set logscale x @@ -39,5 +39,5 @@ set multiplot layout 2, 1 set grid set xlabel("N") set ylabel("Time [s]") - plot for [i=2:3] 'results/ifx_long' every ::1 using 1:i with linespoints title word(short_keys,i+1) + plot for [i=2:3] 'results/ifx_long' every ::2 using 1:i with linespoints title word(short_keys,i+1) unset multiplot |
