ntlmauth.jar
[nestedvm.git] / doc / charts / chart6.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.5]
6 set xrange [1:4.0]
7 set data style boxes
8 set boxwidth 0.8
9 set xtics ("Native" 1.6, "NestedVM" 3.4)
10 #set xlabel ""
11 set title "IO Performance (Copy 100mb of Data)"
12 set ylabel "Seconds"
13 set grid
14 plot \
15   'chart6.dat' using ($1):($2) title ""