Index: doc/theses/mike_brooks_MMath/plots/list-zoomout-noshuf.gp
===================================================================
--- doc/theses/mike_brooks_MMath/plots/list-zoomout-noshuf.gp	(revision 6c58850ceae3b910f371a05435f5d01aede1c834)
+++ doc/theses/mike_brooks_MMath/plots/list-zoomout-noshuf.gp	(revision 70bc776fc1f91d375d63d48c61321a733969021f)
@@ -10,6 +10,6 @@
 set key top left
 set logscale x
-set logscale y
-set yrange [1:1000];
+#set logscale y
+#set yrange [1:1000];
 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 6c58850ceae3b910f371a05435f5d01aede1c834)
+++ doc/theses/mike_brooks_MMath/plots/list-zoomout-shuf.gp	(revision 70bc776fc1f91d375d63d48c61321a733969021f)
@@ -11,7 +11,7 @@
 set logscale x
 set logscale y
-set yrange [1:1000];
+#set yrange [1:1000];
 set xlabel "List length (item count)" offset 2,0
-set ylabel "Duration (ns)"
+set ylabel "Duration (ns), log scale"
 set linetype 3 dashtype 2
 set linetype 4 dashtype 2
Index: doc/theses/mike_brooks_MMath/plots/string-peq-cppemu.gp
===================================================================
--- doc/theses/mike_brooks_MMath/plots/string-peq-cppemu.gp	(revision 6c58850ceae3b910f371a05435f5d01aede1c834)
+++ doc/theses/mike_brooks_MMath/plots/string-peq-cppemu.gp	(revision 70bc776fc1f91d375d63d48c61321a733969021f)
@@ -1,3 +1,3 @@
-set terminal pdf color enhanced size 6.0in,3.0in font "Times,17"
+set terminal pdf color enhanced size 6.5in,3.5in font "Times,17"
 #set terminal postscript portrait enhanced size 7.5, 10. color solid 9.5;
 #set terminal wxt size 950,1250
@@ -11,4 +11,5 @@
 set grid
 set key top left
+set xrange [1:500]
 set xtics (1,2,5,10,20,50,100,200,500)
 set logscale x
@@ -20,6 +21,10 @@
 set linetype 4 dashtype 2
 plot INDIR."/plot-string-peq-cppemu.dat" \
-	   i 0 using 1:2 title columnheader(1)  with points lt rgb "red"  pt  2  ps 1, \
-	'' i 1 using 1:2 title columnheader(1)  with points lt rgb "red"  pt  1  ps 1, \
-	'' i 2 using 1:2 title columnheader(1)  with points lt rgb "blue" pt  6  ps 1, \
-	'' i 3  using 1:2 title columnheader(1) with points lt rgb "blue" pt  8  ps 1
+	   i 0 using 1:2 title columnheader(1)  with points lt rgb "red" pt 2  ps 1, \
+	'' i 0 using 1:2 notitle smooth sbezier lt rgb "red" dashtype 1, \
+	'' i 1 using 1:2 title columnheader(1)  with points lt rgb "red" pt 1  ps 1, \
+	'' i 1 using 1:2 notitle smooth sbezier lt rgb "red" dashtype 4, \
+	'' i 2 using 1:2 title columnheader(1)  with points lt rgb "blue" pt 6  ps 1, \
+	'' i 2 using 1:2 notitle smooth sbezier lt rgb "blue" dashtype 1, \
+	'' i 3 using 1:2 title columnheader(1) with points lt rgb "blue" pt 8  ps 1, \
+	'' i 3 using 1:2 notitle smooth sbezier lt rgb "blue" dashtype 4 \
Index: doc/theses/mike_brooks_MMath/plots/string-peq-sharing.gp
===================================================================
--- doc/theses/mike_brooks_MMath/plots/string-peq-sharing.gp	(revision 6c58850ceae3b910f371a05435f5d01aede1c834)
+++ doc/theses/mike_brooks_MMath/plots/string-peq-sharing.gp	(revision 70bc776fc1f91d375d63d48c61321a733969021f)
@@ -1,3 +1,3 @@
-set terminal pdf color enhanced size 6.0in,3.0in font "Times,17"
+set terminal pdf color enhanced size 6.5in,3.5in font "Times,17"
 #set terminal postscript portrait enhanced size 7.5, 10. color solid 9.5;
 #set terminal wxt size 950,1250
@@ -11,4 +11,5 @@
 set grid
 set key top left
+set xrange [1:500]
 set xtics (1,2,5,10,20,50,100,200,500)
 set logscale x
@@ -20,6 +21,11 @@
 set linetype 4 dashtype 2
 plot INDIR."/plot-string-peq-sharing.dat" \
-	   i 0 using 1:2 title columnheader(1) with points lt rgb "red"	 pt  2  ps 1, \
-	'' i 1 using 1:2 title columnheader(1) with points lt rgb "red"	 pt  1  ps 1, \
-	'' i 2 using 1:2 title columnheader(1) with points lt rgb "blue" pt  6  ps 1, \
-	'' i 3 using 1:2 title columnheader(1) with points lt rgb "blue" pt  8  ps 1
+	   i 0 using 1:2 title columnheader(1)  with points lt rgb "red" pt 2  ps 1, \
+	'' i 0 using 1:2 notitle smooth sbezier lt rgb "red" dashtype 1, \
+	'' i 1 using 1:2 title columnheader(1)  with points lt rgb "red" pt 1  ps 1, \
+	'' i 1 using 1:2 notitle smooth sbezier lt rgb "red" dashtype 4, \
+	'' i 2 using 1:2 title columnheader(1)  with points lt rgb "blue" pt 6  ps 1, \
+	'' i 2 using 1:2 notitle smooth sbezier lt rgb "blue" dashtype 1, \
+	'' i 3 using 1:2 title columnheader(1) with points lt rgb "blue" pt 8  ps 1, \
+	'' i 3 using 1:2 notitle smooth sbezier lt rgb "blue" dashtype 4 \
+
Index: doc/theses/mike_brooks_MMath/plots/string-pta-sharing.gp
===================================================================
--- doc/theses/mike_brooks_MMath/plots/string-pta-sharing.gp	(revision 6c58850ceae3b910f371a05435f5d01aede1c834)
+++ doc/theses/mike_brooks_MMath/plots/string-pta-sharing.gp	(revision 70bc776fc1f91d375d63d48c61321a733969021f)
@@ -1,3 +1,3 @@
-set terminal pdf color enhanced size 6.0in,3.0in font "Times,17"
+set terminal pdf color enhanced size 6.5in,3.5in font "Times,17"
 #set terminal postscript portrait enhanced size 7.5, 10. color solid 9.5;
 #set terminal wxt size 950,1250
@@ -11,4 +11,5 @@
 set grid
 set key top left
+set xrange [1:500]
 set xtics (1,2,5,10,20,50,100,200,500)
 set logscale x
@@ -17,8 +18,12 @@
 set xlabel "String Length being appended (mean, geo. dist.), log scale" offset 2,0
 set ylabel "Time per append (ns, mean), log_{2} scale"
-#show colornames
 plot INDIR."/plot-string-pta-sharing.dat" \
-	   i 0 using 1:2 title columnheader(1) with points lt rgb "red"        pt  2   ps 1, \
-	'' i 1 using 1:2 title columnheader(1) with points lt rgb "dark-green" pt  4   ps 1, \
-	'' i 2 using 1:2 title columnheader(1) with points lt rgb "blue"       pt  6   ps 1, \
-	'' i 3 using 1:2 title columnheader(1) with points lt rgb "dark-green" pt  12  ps 1
+	   i 0 using 1:2 title columnheader(1)  with points lt rgb "red" pt 2  ps 1, \
+	'' i 0 using 1:2 notitle smooth sbezier lt rgb "red" dashtype 1, \
+	'' i 1 using 1:2 title columnheader(1)  with points lt rgb "dark-green" pt 4  ps 1, \
+	'' i 1 using 1:2 notitle smooth sbezier lt rgb "dark-green" dashtype 4, \
+	'' i 2 using 1:2 title columnheader(1)  with points lt rgb "blue" pt 6  ps 1, \
+	'' i 2 using 1:2 notitle smooth sbezier lt rgb "blue" dashtype 1, \
+	'' i 3 using 1:2 title columnheader(1) with points lt rgb "dark-green" pt 12  ps 1, \
+	'' i 3 using 1:2 notitle smooth sbezier lt rgb "dark-green" dashtype 4 \
+
