Samuel Williams Friday, 08 October 2010

As part of a research project I have been working on visualising the changes in source code over time. There are many different approaches to this; part of solving this problem is understanding the kinds of information that are useful in such visualisations. I have designed a visualisation tool for git. These graphs show time along the horizontal axis and project sub-directory along the vertical axis. The number of files changed per time segment are plotted, and used to determine the colour of the box, from blue (not many changes) to red (many changes).

My report "Visualising Information Change Over Time" discusses the design and development of two different visualisation techniques, which ultimately lead to the visualisations below.

Examples

If you don't have a horizontal scrolling facility, use either the keyboard, or click on the graph and drag it around.

Interpreting the Tooltips

Commits: (number-of-commits)/(number-of-authors), Touched: (total-files-modified)/(unique-files-modified), Lines: +(lines-added)/-(lines-removed).

Comments

Leave a comment

Please note, comments must be formatted using Markdown. Links can be enclosed in angle brackets, e.g. <www.codeotaku.com>.