Index: doc/theses/mike_brooks_MMath/plots/list-cfa-attrib-remelem.gp
===================================================================
--- doc/theses/mike_brooks_MMath/plots/list-cfa-attrib-remelem.gp	(revision 9367cd64c947b7dabfcc1d50fbb8d3fb76854182)
+++ doc/theses/mike_brooks_MMath/plots/list-cfa-attrib-remelem.gp	(revision e57a4053b661d29a797703aca537e9a3ac50df96)
@@ -32,5 +32,5 @@
    "-30%%" 0.769230769, \
 )
-set ylabel "Duration (tailq-Relative)"
+set ylabel "Duration (tailq-Relative)" offset -1.0,0
 
 # Draw axis-like line at speedup=0% (y=1.0)
Index: doc/theses/mike_brooks_MMath/plots/list-cfa-attrib.gp
===================================================================
--- doc/theses/mike_brooks_MMath/plots/list-cfa-attrib.gp	(revision 9367cd64c947b7dabfcc1d50fbb8d3fb76854182)
+++ doc/theses/mike_brooks_MMath/plots/list-cfa-attrib.gp	(revision e57a4053b661d29a797703aca537e9a3ac50df96)
@@ -25,5 +25,5 @@
    "-30%%" 0.769230769, \
 )
-set ylabel "Duration (tailq-Relative)"
+set ylabel "Duration (tailq-Relative)" offset -1.0,0
 
 # Draw axis-like line at speedup=0% (y=1.0)
Index: doc/theses/mike_brooks_MMath/plots/list-cmp-exout.gp
===================================================================
--- doc/theses/mike_brooks_MMath/plots/list-cmp-exout.gp	(revision 9367cd64c947b7dabfcc1d50fbb8d3fb76854182)
+++ doc/theses/mike_brooks_MMath/plots/list-cmp-exout.gp	(revision e57a4053b661d29a797703aca537e9a3ac50df96)
@@ -25,5 +25,5 @@
    "-30%%" 0.769230769, \
 )
-set ylabel "Duration (tailq-Relative)"
+set ylabel "Duration (tailq-Relative)" offset -1.0,0
 
 # Draw axis-like line at speedup=0% (y=1.0)
Index: doc/theses/mike_brooks_MMath/plots/list-cmp-survey.gp
===================================================================
--- doc/theses/mike_brooks_MMath/plots/list-cmp-survey.gp	(revision 9367cd64c947b7dabfcc1d50fbb8d3fb76854182)
+++ doc/theses/mike_brooks_MMath/plots/list-cmp-survey.gp	(revision e57a4053b661d29a797703aca537e9a3ac50df96)
@@ -25,5 +25,5 @@
    "-30%%" 0.769230769, \
 )
-set ylabel "Duration (tailq-Relative)"
+set ylabel "Duration (tailq-Relative)" offset -1.0,0
 
 # Draw axis-like line at speedup=0% (y=1.0)
Index: doc/theses/mike_brooks_MMath/plots/list-zoomin-abs.gp
===================================================================
--- doc/theses/mike_brooks_MMath/plots/list-zoomin-abs.gp	(revision 9367cd64c947b7dabfcc1d50fbb8d3fb76854182)
+++ doc/theses/mike_brooks_MMath/plots/list-zoomin-abs.gp	(revision e57a4053b661d29a797703aca537e9a3ac50df96)
@@ -15,5 +15,5 @@
 set xrange [0.75:128];
 set xlabel "List length (item count)" offset 2,0
-set ylabel "Duration (ns)"
+set ylabel "Duration (ns)" offset -1.0,0
 set errorbars 2.0
 
Index: doc/theses/mike_brooks_MMath/plots/list-zoomin-rel.gp
===================================================================
--- doc/theses/mike_brooks_MMath/plots/list-zoomin-rel.gp	(revision 9367cd64c947b7dabfcc1d50fbb8d3fb76854182)
+++ doc/theses/mike_brooks_MMath/plots/list-zoomin-rel.gp	(revision e57a4053b661d29a797703aca537e9a3ac50df96)
@@ -24,5 +24,5 @@
 set xrange [0.75:128];
 set xlabel "List length (item count)" offset 2,0
-set ylabel "Duration (tailq-Relative)"
+set ylabel "Duration (tailq-Relative)" offset -1.0,0
 set errorbars 2.0
 
Index: doc/theses/mike_brooks_MMath/plots/list-zoomout-noshuf.gp
===================================================================
--- doc/theses/mike_brooks_MMath/plots/list-zoomout-noshuf.gp	(revision 9367cd64c947b7dabfcc1d50fbb8d3fb76854182)
+++ doc/theses/mike_brooks_MMath/plots/list-zoomout-noshuf.gp	(revision e57a4053b661d29a797703aca537e9a3ac50df96)
@@ -10,6 +10,7 @@
 set key top left
 set logscale x
-set logscale y
-set yrange [4:200];
+set xrange [10:*]
+#set logscale y
+#set yrange [32:*];
 set xlabel "List length (item count)" offset 2,0
 set ylabel "Duration (ns)"
Index: doc/theses/mike_brooks_MMath/plots/list-zoomout-shuf.gp
===================================================================
--- doc/theses/mike_brooks_MMath/plots/list-zoomout-shuf.gp	(revision 9367cd64c947b7dabfcc1d50fbb8d3fb76854182)
+++ doc/theses/mike_brooks_MMath/plots/list-zoomout-shuf.gp	(revision e57a4053b661d29a797703aca537e9a3ac50df96)
@@ -10,6 +10,7 @@
 set key top left
 set logscale x
-set logscale y
-set yrange [4:200];
+set xrange [10:*]
+#set logscale y
+#set yrange [32:200]
 set xlabel "List length (item count)" offset 2,0
 set ylabel "Duration (ns)"
