size chart fix
[nestedvm.git] / doc / charts / chart9.gnuplot
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"