summaryrefslogtreecommitdiff
path: root/lua_benchmark/tests/Lua-Benchmarks/plot.gpi
blob: 24277f40400acb667586c1eb130e5372a98b51df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
set encoding utf8
set terminal png size 3000,1000 font 'Helvetica,22'
set output outfile

set style data histogram
set style histogram cluster gap 1
set style fill solid border -1
set xtic font "Helvetica,14"
set boxwidth 0.9
set grid
set key bmargin center horizontal Left reverse noenhanced autotitle columnhead nobox
set ylabel ylabel

plot for[i=2:1 + nbinaries] datafile \
    using i:xtic(1) \
    title column \
    ls i

generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback