socialforge/statistics/trustie2/trustie/commits_by_year.plot

11 lines
212 B
Gnuplot
Raw Normal View History

2013-08-30 09:34:21 +08:00
set terminal svg
set size 1.0,0.9
set output 'commits_by_year.svg'
unset key
set xtics 1 rotate by 90
set grid y
set ylabel "Commits"
set yrange [0:]
plot 'commits_by_year.dat' using 1:2:(0.5) w boxes fs solid