Ciro Santilli OurBigBook.com  Sponsor 中国独裁统治 China Dictatorship 新疆改造中心、六四事件、法轮功、郝海东、709大抓捕、2015巴拿马文件 邓家贵、低端人口、西藏骚乱
cia-2010-covert-communication-websites/hits-hist.sh
#!/usr/bin/env gnuplot
# TODO need to convert IP to number first.
set terminal svg size 1200, 800
set output "hits-hist.svg"
binwidth=16777216
bin(x,width)=width*floor(x/width)
plot '../../media/cia-2010-covert-communication-websites/hits.csv' using (bin($1,binwidth)):(1.0) smooth freq with boxes