set terminal pdfcairo set rmargin 4 set boxwidth 1 set output "btree-tput.pdf" set style data histogram set style histogram cluster gap 1 set style fill pattern 6 border -1 set format y "%1.1t{/Symbol \264}10^{%L}" unset mytics unset mxtics unset key set xtics out nomirror set ytics out nomirror set ylabel "Insertion Throughput\n(inserts / sec)" offset -1.5,0 set xlabel "Data Structure" set yrange[0:7e6] plot './data.tsv' using 2:xtic(1) title col