diff options
Diffstat (limited to 'plot-data/parm-sweeps/isam/tput.plt')
| -rw-r--r-- | plot-data/parm-sweeps/isam/tput.plt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/plot-data/parm-sweeps/isam/tput.plt b/plot-data/parm-sweeps/isam/tput.plt new file mode 100644 index 0000000..2145a1c --- /dev/null +++ b/plot-data/parm-sweeps/isam/tput.plt @@ -0,0 +1,20 @@ +set terminal pdfcairo + +set style data histogram +set style histogram cluster gap 1 +set style fill pattern 6 border -1 + +set nokey + +set output "isam-tput.pdf" + +unset mytics +set xtics out nomirror +set ytics out nomirror + +set xlabel "Configuration (Policy + Scale Factor)" +set ylabel "Insertion Throughput\n(ins/s)" + +set yrange [0:5e6] + +plot '500m_tput.txt' using 2:xtic(1) |