ntlmauth.jar
[nestedvm.git] / doc / charts / chart7.gnuplot
1 # don't touch this
2 set terminal postscript landscape color "Helvetica" 19 
3 set output 'unfilled.eps'
4
5 set yrange [0:2.8]
6 set xrange [1:5.8]
7 set data style boxes
8 set boxwidth 0.4
9 set xtics ("Native" 1.8, "NestedVM -> GCJ" 3.4, "Hotspot" 5.0)
10 #set xlabel ""
11 set title "Native vs GCJ vs Hotspot"
12 set ylabel "Seconds"
13 set grid
14
15 plot \
16   'chart7.dat' using ($1-0.8):($2) title "libjpeg",      \
17   'chart7.dat' using ($1-0.4):($3) title "libfreetype",    \
18   'chart7.dat' using     ($1):($4) title "libmspack"
19