Skip to content

Commit

Permalink
Rotate x label for 'Commits by Year'.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxu committed Jan 15, 2010
1 parent 576f887 commit 7cbace7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitstats
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ plot 'commits_by_year_month.dat' using 1:2:(0.5) w boxes fs solid
"""
set output 'commits_by_year.png'
unset key
set xtics 1
set xtics 1 rotate by 90
set ylabel "Commits"
set yrange [0:]
plot 'commits_by_year.dat' using 1:2:(0.5) w boxes fs solid
Expand Down

0 comments on commit 7cbace7

Please sign in to comment.