diff options
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 |
