comparison result/box.plt @ 13:a6188b7c7278

revision
author Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
date Tue, 16 Feb 2016 18:16:04 +0900
parents
children
comparison
equal deleted inserted replaced
12:2d6755608f67 13:a6188b7c7278
1 set term pdf
2 set output "word_count.pdf"
3 set boxwidth 0.5 relative
4 set style fill solid border lc rgb "black"
5 set ylabel "time(ms)"
6 set xrange[0:8]
7 set yrange[0:1000]
8 set xtics ("1 cpu" 1, "2 cpus" 2, "4 cpus" 3, "8 cpus" 4, "12 cpus" 5, "gpu" 6, "gpu(data parallel)" 7)
9 plot "word_count/result" u 1:($2*1000) smooth unique with boxes lw 2 lc rgb "light-cyan" notitle