size chart fix
authorbrian <brian@brianweb.net>
Wed, 12 May 2004 04:00:57 +0000 (21:00 -0700)
committerbrian <brian@brianweb.net>
Wed, 12 May 2004 04:00:57 +0000 (21:00 -0700)
darcs-hash:20040512040057-24bed-9bb7a0b098e5dd708bdafd1fe10368cf311f1468.gz

doc/charts/chart9.dat
doc/charts/chart9.gnuplot

index 7d1a1b6..cda89a8 100644 (file)
@@ -1,4 +1,4 @@
-2.2    484     256     164
-3.8    452     252     160
-5.4    332     200     120
-7.0     216    116     76
+2.6    484     256     164 72
+4.6    452     252     160 72
+6.6    332     200     120 56
+8.6     216    116     76  32
index 42141ec..27b0682 100644 (file)
@@ -3,10 +3,10 @@ set terminal postscript landscape color "Helvetica" 19
 set output 'unfilled.eps'
 
 set yrange [0:500]
-set xrange [1:7.4]
+set xrange [1:9.0]
 set data style boxes
 set boxwidth 0.4
-set xtics ("DJpeg" 1.8, "Freetype" 3.4, "Boehm-GC" 5.0, "LibMSPack" 6.6)
+set xtics ("DJpeg" 2.0, "Freetype" 4.0, "Boehm-GC" 6.0, "LibMSPack" 8.0)
 set xlabel "Application"
 set ylabel "Size (kilobytes)"
 set title "Size of MIPS Binary vs Java Bytecode"
@@ -16,7 +16,8 @@ set grid
 #set label "159" at 2.95, 169
 #set label "256" at 3.35, 266
 plot \
-  'chart9.dat' using ($1-0.8):($2) title "Class",      \
-  'chart9.dat' using ($1-0.4):($3) title "Native",    \
-  'chart9.dat' using     ($1):($4) title "Compressed Class"
+  'chart9.dat' using ($1-1.2):($2) title "Class",      \
+  'chart9.dat' using ($1-0.8):($3) title "MIPS Binary",    \
+  'chart9.dat' using ($1-0.4):($4) title "Compressed Class", \
+  'chart9.dat' using     ($1):($5) title "Compressed MIPS"