]> git.unchartedbackwaters.co.uk Git - francis/psl_presentation_20140306.git/commitdiff
Place x-axis of speedup graphs at 0.8.
authorFrancis Russell <francis@unchartedbackwaters.co.uk>
Wed, 5 Mar 2014 18:49:43 +0000 (18:49 +0000)
committerFrancis Russell <francis@unchartedbackwaters.co.uk>
Wed, 5 Mar 2014 18:49:43 +0000 (18:49 +0000)
images-gnuplot/archer-onetep.gpi

index dca7106d9e5350f77aaecaed9b471b1656dbdd31..6202be5cbe4e9de5fd377e7375b1fe74d1271db6 100644 (file)
@@ -12,13 +12,13 @@ set xtics border in scale 0,0 nomirror rotate by -45 offset character 0, 0, 0 au
 problem_label(name, fftbox_size) = sprintf("%s", name, fftbox_size)
 
 set key top left box
-set yrange [0:2]
+set yrange [0.8:1.8]
 set output "archer-onetep-fourier-imkl.eps"
 plot "archer-onetep-imkl.dat" using ($2/$3) index 3 ti '\tt{fourier\_interpolate}', \
      "archer-onetep-imkl.dat" using ($2/$3) index 4 ti '\tt{fourier\_interpolate\_product}', \
      "archer-onetep-imkl.dat" using ($2/$3):xtic(problem_label(strcol(1),strcol(4))) index 2 ti "aggregate"
 
 set nokey
-set yrange [0:*]
+set yrange [0.8:1.3]
 set output "archer-onetep-overall-imkl.eps"
 plot "archer-onetep-imkl.dat" using ($2/$3):xticlabels(1) index 0