From: Francis Russell Date: Fri, 7 Mar 2014 15:10:03 +0000 (+0000) Subject: Fix Gnuplot warnings. X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=21c5aed831e189869409e1e61da3ea547ce15fae;p=francis%2Fpsl_presentation_20140306.git Fix Gnuplot warnings. --- diff --git a/images-gnuplot/archer-onetep.gpi b/images-gnuplot/archer-onetep.gpi index 6202be5..b717bd5 100644 --- a/images-gnuplot/archer-onetep.gpi +++ b/images-gnuplot/archer-onetep.gpi @@ -13,12 +13,12 @@ problem_label(name, fftbox_size) = sprintf("%s", name, fftbox_size) set key top left box set yrange [0.8:1.8] -set output "archer-onetep-fourier-imkl.eps" +set output "archer-onetep-fourier-imkl.tex" 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.8:1.3] -set output "archer-onetep-overall-imkl.eps" +set output "archer-onetep-overall-imkl.tex" plot "archer-onetep-imkl.dat" using ($2/$3):xticlabels(1) index 0