Index: doc/theses/mike_brooks_MMath/plots/list-zoomin-abs-i-java.gp
===================================================================
--- doc/theses/mike_brooks_MMath/plots/list-zoomin-abs-i-java.gp	(revision 4cf883266c250c2eb4ca4889e321da9b3a25c0fd)
+++ doc/theses/mike_brooks_MMath/plots/list-zoomin-abs-i-java.gp	(revision 9e94c9fdfa307d7098036587fc953539d99c1c59)
@@ -1,3 +1,3 @@
-set terminal pdfcairo color enhanced size 3.1in,2.0in font "Times,17"
+set terminal pdfcairo color enhanced size 3.0in,2.0in font "Times,17"
 
 set size 1.0, 1.0    # scale of plot area inside terminal
@@ -16,12 +16,13 @@
 unset key
 set logscale x 2
-#set logscale y
-set yrange [0:7];
-#set ytics (1,2,3,4,5,6,7,8,10,12,14)
-#set format y ""
+set logscale y
+set yrange [1:15];
+set ytics (1,2,3,4,5,6,7,8,10,12,14)
+set format y ""
 set xrange [0.75:180];
 # set xlabel "List length (item count)" offset 2,0
 set format x ""
 # set ylabel "Duration (ns)" offset -1.0,0
+set format y ""
 set errorbars 2.0
 set pointintervalbox 0
Index: doc/theses/mike_brooks_MMath/plots/list-zoomin-abs-i-swift.gp
===================================================================
--- doc/theses/mike_brooks_MMath/plots/list-zoomin-abs-i-swift.gp	(revision 4cf883266c250c2eb4ca4889e321da9b3a25c0fd)
+++ doc/theses/mike_brooks_MMath/plots/list-zoomin-abs-i-swift.gp	(revision 9e94c9fdfa307d7098036587fc953539d99c1c59)
@@ -1,3 +1,3 @@
-set terminal pdfcairo color enhanced size 3.5in,2.0in font "Times,17"
+set terminal pdfcairo color enhanced size 3.625in,2.0in font "Times,17"
 
 set size 1.0, 1.0    # scale of plot area inside terminal
@@ -15,11 +15,11 @@
 unset key
 set logscale x 2
-#set logscale y
-set yrange [0:12];
-#set ytics (1,2,3,4,5,6,7,8,10,12)
+set logscale y
+set yrange [1:15];
+set ytics (1,2,3,4,5,6,7,8,10,12,14)
 set xrange [0.75:180];
 # set xlabel "List length (item count)" offset 2,0
 set format x ""
-set ylabel "Duration (ns)" # offset -1.0,0
+set ylabel "Duration (ns)" offset -3.0,0
 set errorbars 2.0
 set pointintervalbox 0
Index: doc/theses/mike_brooks_MMath/plots/list-zoomin-abs-viii-java.gp
===================================================================
--- doc/theses/mike_brooks_MMath/plots/list-zoomin-abs-viii-java.gp	(revision 4cf883266c250c2eb4ca4889e321da9b3a25c0fd)
+++ doc/theses/mike_brooks_MMath/plots/list-zoomin-abs-viii-java.gp	(revision 9e94c9fdfa307d7098036587fc953539d99c1c59)
@@ -1,3 +1,3 @@
-set terminal pdfcairo color enhanced size 3.1in,2.35in font "Times,17"
+set terminal pdfcairo color enhanced size 3.0in,2.5in font "Times,17"
 
 set size 1.0, 1.0    # scale of plot area inside terminal
@@ -13,11 +13,12 @@
 unset key
 set logscale x 2
-#set logscale y
-set yrange [0:7];
-set ytics (1,2,3,4,5,6,7)
-#set format y ""
+set logscale y
+set yrange [1:15];
+set ytics (1,2,3,4,5,6,7,8,10,12,14)
+set format y ""
 set xrange [0.75:180];
 set xlabel "List length (item count)" offset 2,0
 # set ylabel "Duration (ns)" offset -1.0,0
+set format y ""
 set errorbars 2.0
 set pointintervalbox 0
Index: doc/theses/mike_brooks_MMath/plots/list-zoomin-abs-viii-swift.gp
===================================================================
--- doc/theses/mike_brooks_MMath/plots/list-zoomin-abs-viii-swift.gp	(revision 4cf883266c250c2eb4ca4889e321da9b3a25c0fd)
+++ doc/theses/mike_brooks_MMath/plots/list-zoomin-abs-viii-swift.gp	(revision 9e94c9fdfa307d7098036587fc953539d99c1c59)
@@ -1,3 +1,3 @@
-set terminal pdfcairo color enhanced size 3.5in,2.35in font "Times,17"
+set terminal pdfcairo color enhanced size 3.625in,2.5in font "Times,17"
 
 set size 1.0, 1.0    # scale of plot area inside terminal
@@ -15,10 +15,10 @@
 unset key
 set logscale x 2
-#set logscale y
-set yrange [0:10];
-#set ytics (1,2,3,4,5,6,7,8,10,12,14)
+set logscale y
+set yrange [1:15];
+set ytics (1,2,3,4,5,6,7,8,10,12,14)
 set xrange [0.75:180];
 set xlabel "List length (item count)" offset 2,0
-set ylabel "Duration (ns)" # offset -3.0,0
+set ylabel "Duration (ns)" offset -3.0,0
 set errorbars 2.0
 set pointintervalbox 0
Index: doc/theses/mike_brooks_MMath/plots/list-zoomout-noshuf-swift.gp
===================================================================
--- doc/theses/mike_brooks_MMath/plots/list-zoomout-noshuf-swift.gp	(revision 4cf883266c250c2eb4ca4889e321da9b3a25c0fd)
+++ doc/theses/mike_brooks_MMath/plots/list-zoomout-noshuf-swift.gp	(revision 9e94c9fdfa307d7098036587fc953539d99c1c59)
@@ -24,5 +24,5 @@
 # set xlabel "List length (item count)" offset 2,0
 unset xlabel
-set ylabel "Duration (ns), log scale"
+set ylabel "Duration (ns)"
 set linetype 3 dashtype 2
 set linetype 4 dashtype 2
Index: doc/theses/mike_brooks_MMath/plots/list-zoomout-shuf-java.gp
===================================================================
--- doc/theses/mike_brooks_MMath/plots/list-zoomout-shuf-java.gp	(revision 4cf883266c250c2eb4ca4889e321da9b3a25c0fd)
+++ doc/theses/mike_brooks_MMath/plots/list-zoomout-shuf-java.gp	(revision 9e94c9fdfa307d7098036587fc953539d99c1c59)
@@ -1,3 +1,3 @@
-set terminal pdfcairo color enhanced size 3.0in,2.35in font "Times,17"
+set terminal pdfcairo color enhanced size 3.0in,3.0in font "Times,17"
 
 set size 1.0, 1.0    # scale of plot area inside terminal
@@ -20,5 +20,5 @@
 #set yrange [1:1000];
 set xlabel "List length (item count)" offset 2,0
-#set ylabel "Duration (ns), log scale"
+#set ylabel "Duration (ns)"
 unset ylabel
 set format y ""
Index: doc/theses/mike_brooks_MMath/plots/list-zoomout-shuf-swift.gp
===================================================================
--- doc/theses/mike_brooks_MMath/plots/list-zoomout-shuf-swift.gp	(revision 4cf883266c250c2eb4ca4889e321da9b3a25c0fd)
+++ doc/theses/mike_brooks_MMath/plots/list-zoomout-shuf-swift.gp	(revision 9e94c9fdfa307d7098036587fc953539d99c1c59)
@@ -1,3 +1,3 @@
-set terminal pdfcairo color enhanced size 3.625in,2.35in font "Times,17"
+set terminal pdfcairo color enhanced size 3.625in,3.0in font "Times,17"
 
 set size 1.0, 1.0    # scale of plot area inside terminal
@@ -22,5 +22,5 @@
 #set yrange [1:1000];
 set xlabel "List length (item count)" offset 2,0
-set ylabel "Duration (ns), log scale" offset 1,0
+set ylabel "Duration (ns)" offset 1,0
 set linetype 3 dashtype 2
 set linetype 4 dashtype 2
