load "gnuplot.settings" set title "Athlon64 3500+ AM2 800MHz DDR2 2.2GHz 512KB l2cache\nvarying stride size" set output "Athlon64-3500-AM2-800MHzDDR2.png" plot \ 'Athlon64-3500-AM2-800MHzDDR2-stride256.txt' title "256", \ 'Athlon64-3500-AM2-800MHzDDR2-stride128.txt' title "128", \ 'Athlon64-3500-AM2-800MHzDDR2-stride64.txt' title "64", \ 'Athlon64-3500-AM2-800MHzDDR2-stride8.txt' title "8"#, \