Coder Social home page Coder Social logo

gitstats's People

Contributors

amotl avatar andrey9kin avatar beastd avatar chilikink avatar doudou avatar dspinellis avatar ernesto-jimenez avatar flatcap avatar hoxu avatar hughescr avatar janihur avatar janpieper avatar karl82 avatar laserb avatar mattparlane avatar moy avatar nerdrew avatar pandermusubi avatar penberg avatar philantrop avatar ranginui avatar skuschel avatar stezz avatar svenvh avatar tnielsen avatar tobix avatar tomk32 avatar xsgordon avatar zlin avatar zsx avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

gitstats's Issues

warning: Too many axis ticks requested

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.