Notes

on different stuff


Project maintained by dg1an3 Hosted on GitHub Pages — Theme by mattgraham

I’ve been starting to look at d3, and what kinds of cool things can be done with it. The examples are pretty nifty, especially as a starting point for more complex things.

To get a feel for the code under src\, I made a code tree map:

Basically I followed the same formula; on a local PC I placed the d3 javascript and then ran:

for /S %n in (*.js) find /C “;” %n » output.txt

which produces a list of line counts with at least one semicolon. Then I imported the result in to a Google spreadsheet, sorted and removed unnecessary files, and then created the treemap.