summaryrefslogtreecommitdiff
path: root/dclistcomp.plot
diff options
context:
space:
mode:
Diffstat (limited to 'dclistcomp.plot')
-rw-r--r--dclistcomp.plot8
1 files changed, 8 insertions, 0 deletions
diff --git a/dclistcomp.plot b/dclistcomp.plot
new file mode 100644
index 0000000..05eb154
--- /dev/null
+++ b/dclistcomp.plot
@@ -0,0 +1,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