summaryrefslogtreecommitdiff
path: root/dclistcomp.plot
blob: 05eb15429f83bac74c419ed39c36df7c179106da (plain)
1
2
3
4
5
6
7
8
set terminal png size 600, 400
set output "dclistcomp.png"
set xrange [0:100]
set xlabel "compression ratio (compressed/uncompressed*100)"
set ylabel "number of file lists"
set nokey
set grid xtics ytics
plot "dclistsize" using (floor($1/$2*100)):(1.0) smooth freq with histeps