Skip to content

Commit

Permalink
authors-per-year.plot: make sure Y axis starts at zero
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Mar 24, 2020
1 parent 09b58a6 commit 1b550e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions authors-per-year.plot
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ set xdata time
set format x "%Y"
set datafile separator ";"

# start Y at 0
set yrange [0:]

set xrange ["2009-06-01":]

plot 'tmp/authors-per-year.csv' using 1:2 with boxes title "All authors" fc 'green', 'tmp/authors-per-year.csv' using 1:3 with boxes title "First-time authors"

0 comments on commit 1b550e6

Please sign in to comment.