charts
[nestedvm.git] / doc / charts / chart10.gnuplot
1 # don't touch this
2 set terminal postscript landscape color "Helvetica" 19 
3 set output 'unfilled.eps'
4
5 set yrange [0:5]
6 set xrange [1:8.4]
7 set data style boxes
8 set boxwidth 0.8
9 set xtics (\
10                 "None" 1.6, "Prune Cases" 2.8, "GCC\nOptimizations" 4.0, \
11                 "TABLE\nSWITCH" 5.2, "Combined" 6.4, \
12                 "Binary\n-to-\nBinary" 7.6)
13
14 set title "Effects of Optimizatins on Binary-to-Souce and Binary-to-Binary Compilers"
15 set ylabel "Seconds"
16 set grid
17 #set label "59"  at 2.15, 69 
18 #set label "97"  at 2.55, 107
19 #set label "159" at 2.95, 169
20 #set label "256" at 3.35, 266
21 plot \
22   'chart10.dat' using ($1):($2) title ""