Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

warning: Too many axis ticks requested #6

Open
PanderMusubi opened this issue Nov 6, 2016 · 0 comments
Open

warning: Too many axis ticks requested #6

PanderMusubi opened this issue Nov 6, 2016 · 0 comments

Comments

@PanderMusubi
Copy link

When running gitstats (today's version) on https://github.com/georgd/EB-Garamond he following error is reported:

...
 [0.02768] >> gnuplot "/tmp/lines_of_code.plot"
>> gnuplot "/tmp/commits_by_year.plot" "/tmp/commits_by_year.plot", line 14: warning: Too many axis ticks requested (>2e+08)
"/tmp/commits_by_year.plot", line 14: warning: Too many axis ticks requested (>2e+08)
 [0.02211] >> gnuplot "/tmp/commits_by_year.plot"
 ...

Related plot file is:

/tmp$ more commits_by_year.plot
set terminal png transparent size 1280,640
set output 'commits_by_year.png'
unset key
set yrange [0:]
set grid y
set ylabel 'Commits'
set xlabel ''
set xtics 1 rotate
set bmargin 6
set xdata time
set timefmt '%Y'
set format x '%Y'

plot 'commits_by_year.dat' using 1:2:(0.5) w boxes fs solid 

Related data file is:

/tmp$ more commits_by_year.dat 
2010 19
2011 93
2012 194
2013 230
2014 61
2016 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant