reset
# set xlabel "Error Type"
set ylabel "Hours"
set datafile separator ","

set terminal pngcairo
set output 'figures/boxplot-vs-error-type.png'
set key off

set style fill solid 0.25 border -1
set style boxplot outliers pointtype 7
set style data boxplot

set grid
show grid

set xrange [0:10]
set yrange [0.0001:100000]
set logscale y 2
set ytics (0,0.001,0.01,0.1,1,10,100,1000,10000,100000)
# set ytics 5

set xtics nomirror rotate by -45

# set xtics ('DS-DNSKEY Mismatch' 1, 'Missing DS' 2, 'Missing RRSIG' 3, 'Expired' 4, 'Not Yet Valid' 5, 'Unknown Algorithm' 6, 'Unknown Key' 7, 'Misc' 8) nomirror rotate by -45

# plot for [i=1:1000] '../data/timing/boxplot-v2.txt' using (i):i notitle

plot "../data/timing/boxplot.txt" using (1):1:(0.5):2