From 51041dfc8c331add3edbbf940f5b290c9cd68c05 Mon Sep 17 00:00:00 2001 From: Stephen Mardson McQuay Date: Mon, 30 May 2011 22:56:55 -0600 Subject: [PATCH] removed plt file that I'm no longer using in thesis --- plots/scalability/hist.plt | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 plots/scalability/hist.plt diff --git a/plots/scalability/hist.plt b/plots/scalability/hist.plt deleted file mode 100644 index 92fd959..0000000 --- a/plots/scalability/hist.plt +++ /dev/null @@ -1,20 +0,0 @@ -set terminal postscript enhanced eps color -set output "hist.eps" - -set key off - -# Make some suitable labels. -set title "Work Performed per Participant" -set xlabel "Number of Interpolations Performed" -set ylabel "Number of Minions" - - -set style histogram clustered gap 1 -set style fill solid border -1 - -binwidth=5 -set boxwidth binwidth -bin(x,width)=width*floor(x/width) + binwidth/2.0 - -plot 'hist1.out' using (bin($1,binwidth)):(1.0) smooth freq with boxes -# plot 'hist2.out' using (bin($1,binwidth)):(1.0) smooth freq with boxes