reset
set xlabel "Bins of Alexa"
set ylabel "Avg. no. of snapshots"
set title "Snapshot average per 10000 Alexa bins"
set datafile separator ","
set terminal pngcairo
set output 'figures/alexa1M-avg-ss.png'
unset key

set xrange[0:65]
set yrange [0:300]
set xtics 5

set boxwidth 0.8 relative

plot "data/alexa_vs_avg_ss.csv" using ($1+1):2 w boxes