summaryrefslogtreecommitdiff
path: root/lua_benchmark/tests/Lua-Benchmarks/plot.gpi
diff options
context:
space:
mode:
Diffstat (limited to 'lua_benchmark/tests/Lua-Benchmarks/plot.gpi')
-rw-r--r--lua_benchmark/tests/Lua-Benchmarks/plot.gpi18
1 files changed, 18 insertions, 0 deletions
diff --git a/lua_benchmark/tests/Lua-Benchmarks/plot.gpi b/lua_benchmark/tests/Lua-Benchmarks/plot.gpi
new file mode 100644
index 0000000..24277f4
--- /dev/null
+++ b/lua_benchmark/tests/Lua-Benchmarks/plot.gpi
@@ -0,0 +1,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