You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# the dates need to be manipulated as strings - you can't do numerical arithmetic on them.
# / Lee Philips
dayoffset = '30'
set xrange ["2009-06-".dayoffset:]
set xtics rotate time 1 years nomirror out
unset mxtics
set ytics nomirror
plot ARG1.'/authors-per-year.csv' using 1:2 with boxes title "All authors" fc 'green', ARG1.'/authors-per-year.csv' using (strcol(1)[1:8].dayoffset):3 with boxes title "First-time authors", \
ARG1.'/authors-per-year.csv' using 1:2:2 with labels title "" offset 0,.5 font ", 20" tc lt 1