Index: doc/theses/mike_brooks_MMath/plot-allocn.gp
===================================================================
--- doc/theses/mike_brooks_MMath/plot-allocn.gp	(revision 048dde4a01cb471ff794e3c97fc7a3ab2ef5c397)
+++ doc/theses/mike_brooks_MMath/plot-allocn.gp	(revision 62b594041c885fc7da0dce25ece323348f3ea3d2)
@@ -4,4 +4,5 @@
 
 DIR="pictures"
+SCALE=1024
 
 set macros
@@ -9,16 +10,14 @@
 #set pointsize 2.0
 set grid
-set key top left
+set key bottom right
 #set xtics (1,2,5,10,20,50,100,200,500)
-set logscale x 2
+#set logscale x 2
 set logscale y 2
 set xlabel "Duration (ns)" offset 2,0
-set ylabel "Space Used (byte)"
-set linetype 3 dashtype 2
-set linetype 4 dashtype 2
+set ylabel "Space Used (byte), x 1024"
 plot DIR."/string-graph-allocn.dat" \
-	   i 0 using 1:2 title columnheader(1) with linespoints lt rgb "blue"	pt  2  ps 1 lw 1, \
-	'' i 1 using 1:2 title columnheader(1) with linespoints lt rgb "red"	pt  3  ps 1 lw 1, \
-	'' i 2 using 1:2 title columnheader(1) with linespoints lt rgb "gray"	pt  6  ps 1 lw 1, \
-	'' i 3 using 1:2 title columnheader(1) with linespoints lt rgb "yellow"	pt  8  ps 1 lw 1, \
-	'' i 4 using 1:2 title columnheader(1) with linespoints lt rgb "cyan"	pt  8  ps 1 lw 1
+	   i 0 using 1:($2/SCALE) title columnheader(1) with linespoints lt rgb "blue"	pt  2  ps 1 lw 1, \
+	'' i 1 using 1:($2/SCALE) title columnheader(1) with linespoints lt rgb "red"	pt  3  ps 1 lw 1, \
+	'' i 2 using 1:($2/SCALE) title columnheader(1) with linespoints lt rgb "brown"	pt  6  ps 1 lw 1, \
+	'' i 3 using 1:($2/SCALE) title columnheader(1) with linespoints lt rgb "black"	pt  8  ps 1 lw 1, \
+	'' i 4 using 1:($2/SCALE) title columnheader(1) with linespoints lt rgb "magenta" pt  10  ps 1 lw 1
