summaryrefslogtreecommitdiff
path: root/plots.gnu
diff options
context:
space:
mode:
Diffstat (limited to 'plots.gnu')
-rw-r--r--plots.gnu8
1 files changed, 4 insertions, 4 deletions
diff --git a/plots.gnu b/plots.gnu
index a277220..8c728e7 100644
--- a/plots.gnu
+++ b/plots.gnu
@@ -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