OLD | NEW |
---|---|
(Empty) | |
1 set style data histogram | |
Mark Seaborn
2015/07/01 19:21:22
Nit: I suspect this file ought to have a copyright
ruiq
2015/07/01 20:42:59
Done.
| |
2 set logscale y | |
3 set style fill solid 1.00 | |
4 set xlabel "physically contiguous chunk size (pages)" | |
5 set ylabel "number of chunks" | |
6 | |
7 plot 'contiguous_results' using 2:xticlabels(1) with histogram | |
OLD | NEW |