socialforge/statistics/trustie2/trustie/commits_by_year_month.plot

14 lines
285 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_month.svg'
unset key
set xdata time
set timefmt "%Y-%m"
set format x "%Y-%m"
set xtics rotate by 90 15768000
set bmargin 5
set grid y
set ylabel "Commits"
plot 'commits_by_year_month.dat' using 1:2:(0.5) w boxes fs solid