RSS Amplifier

Andrew Kvalheim · Jun 9, 2013

2013-06-09

0
Sign in to vote or save

Andrew Kvalheim · andrew.kvalhe.im

GitHub provides code frequency plots that show the number of lines added and removed within a repository over time:

Code frequency plot from GitHub

Here's a quick and dirty method to visualize this information from any local repository in more chronological detail, using the calendarHeat R function from makeR:

and the result:

Calendar heatmap of Git repository for Rack

Instead of showing line insertion and deletion counts separately, I've chosen to use the simplified metric of the maximum of the two counts for each commit, and I've colored it on a log scale to accentuate small variations.

Read the original on andrew.kvalhe.im

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.