New version.
[runlisp] / bench / interp-graph.gp
1 ### -*-gnuplot-*-
2
3 set terminal tikz
4
5 set style data histogram
6 set xtic rotate by -35 offset -1, 0 scale 0
7 set style fill solid
8 set style histogram cluster gap 1
9
10 unset key
11 set border 3
12 set tics nomirror
13 set ylabel "Time (ms) to run trivial script"
14
15 plot "bench.data" index "> interp" using (1000*$2):xtic(1)