X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=doc%2Fcharts%2Fchart6.gnuplot;fp=doc%2Fcharts%2Fchart6.gnuplot;h=c03e89f8e0e2fef74d99a7c4f80fbad9e2a68bb6;hp=0000000000000000000000000000000000000000;hb=b97d88fcab609b6c875d9fbdc75e81d31bbb769e;hpb=237f5630a4a558e31eff54e7f59d1873ac6c1534 diff --git a/doc/charts/chart6.gnuplot b/doc/charts/chart6.gnuplot new file mode 100644 index 0000000..c03e89f --- /dev/null +++ b/doc/charts/chart6.gnuplot @@ -0,0 +1,15 @@ +# don't touch this +set terminal postscript landscape color "Helvetica" 19 +set output 'unfilled.eps' + +set yrange [0:2.5] +set xrange [1:4.0] +set data style boxes +set boxwidth 0.8 +set xtics ("Native" 1.6, "NestedVM" 3.4) +#set xlabel "" +set title "IO Performance (Copy 100mb of Data)" +set ylabel "Seconds" +set grid +plot \ + 'chart6.dat' using ($1):($2) title ""